cpython/Misc/NEWS.d/next/Core and Builtins/2018-03-14-21-42-17.bpo-257...

3 lines
140 B
ReStructuredText

Fix rare Python crash due to bad refcounting in ``type_getattro()`` if a
descriptor deletes itself from the class. Patch by Jeroen Demeyer.