mirror of
https://github.com/python/cpython.git
synced 2026-05-31 00:28:25 -04:00
85634d7a2e
PyObject_GC_Resize() with incorrect error handling. In case of errors, the original object would be leaked. This checkin fixes those cases.