mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
5b4faae307
sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Note that the trashcan functions are part of the stable ABI, therefore they have to be kept around for binary compatibility of extensions.