Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 231 Bytes

2023-06-04-12-16-47.gh-issue-105280.srRbCe.rst

File metadata and controls

4 lines (4 loc) · 231 Bytes

Fix bug where isinstance([], collections.abc.Mapping) could evaluate to True if garbage collection happened at the wrong time. The bug was caused by changes to the implementation of typing.Protocol in Python 3.12.