summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-23 10:59:38 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2023-04-23 12:43:23 -0400
commit29cbf1ab61a5002855c67d4601bf2fb90f564799 (patch)
treeca25f00f25097947b2b35f9f834ef5de28ad3d8d
parent4277bd13b6896e52e5c13508cb2f28b98c66454e (diff)
downloadpylint-git-29cbf1ab61a5002855c67d4601bf2fb90f564799.tar.gz
Add news fragment
-rw-r--r--doc/whatsnew/fragments/1954.performance3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/1954.performance b/doc/whatsnew/fragments/1954.performance
new file mode 100644
index 000000000..846b38e2c
--- /dev/null
+++ b/doc/whatsnew/fragments/1954.performance
@@ -0,0 +1,3 @@
+Cache `class_is_abstract()`.
+
+Refs #1954