summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-05-12 14:56:14 -0400
committerGitHub <noreply@github.com>2023-05-12 14:56:14 -0400
commitaed3c080388a8dc1d44c1a14a5ed243233f77c1c (patch)
tree039ef72282d4738de1f8f875d5faf64ecbf1674d /doc
parent0d878ddb13b269a47ac336d6629632eacf143164 (diff)
downloadpylint-git-aed3c080388a8dc1d44c1a14a5ed243233f77c1c.tar.gz
Fix crash when deleting from a dict returned from a call (#8678)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8598.bugfix4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8598.bugfix b/doc/whatsnew/fragments/8598.bugfix
new file mode 100644
index 000000000..e1961f709
--- /dev/null
+++ b/doc/whatsnew/fragments/8598.bugfix
@@ -0,0 +1,4 @@
+Fix crash for ``modified-while-iterating`` checker when deleting
+members of a dict returned from a call.
+
+Closes #8598