Skip to content

Commit 6833c32

Browse files
committed
Add ChangeLog and whatsnew entry
1 parent b48259d commit 6833c32

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Release date: TBA
1717
..
1818
Put bug fixes that should not wait for a new minor version here
1919

20+
* Fix crash if a callable returning a context manager was assigned to a list or dict item
21+
22+
Closes #4732
23+
2024

2125
What's New in Pylint 2.9.4?
2226
===========================

doc/whatsnew/2.9.rst

+2
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,5 @@ Other Changes
102102

103103
* No longer emit ``consider-using-with`` for ``ThreadPoolExecutor`` and ``ProcessPoolExecutor``
104104
as they have legitimate use cases without a ``with`` block.
105+
106+
* Fix crash if a callable returning a context manager was assigned to a list or dict item

0 commit comments

Comments
 (0)