cpython/Misc/NEWS.d/next/Core and Builtins/2019-09-30-09-33-21.bpo-380...

4 lines
189 B
ReStructuredText

Fix a bug due to the interaction of weakrefs and the cyclic garbage
collector. We must clear any weakrefs in garbage in order to prevent their
callbacks from executing and causing a crash.