We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48259d commit 6833c32Copy full SHA for 6833c32
ChangeLog
@@ -17,6 +17,10 @@ Release date: TBA
17
..
18
Put bug fixes that should not wait for a new minor version here
19
20
+* Fix crash if a callable returning a context manager was assigned to a list or dict item
21
+
22
+ Closes #4732
23
24
25
What's New in Pylint 2.9.4?
26
===========================
doc/whatsnew/2.9.rst
@@ -102,3 +102,5 @@ Other Changes
102
103
* No longer emit ``consider-using-with`` for ``ThreadPoolExecutor`` and ``ProcessPoolExecutor``
104
as they have legitimate use cases without a ``with`` block.
105
106
0 commit comments