mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Add new trashcan macros to deal with a double deallocation that could occur when the `tp_dealloc` of a subclass calls the `tp_dealloc` of a base class and that base class uses the trashcan mechanism. Patch by Jeroen Demeyer.
Miscellaneous source files for the main Python shared library