mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -04:00
53f95024d7
_testmultiphase and xxlimited now use tp_traverse and tp_finalize to avoid reference leaks encountered when combining tp_dealloc with PyType_FromSpec (see issue #16690 for details)
Source files for standard library extension modules, and former extension modules that are now builtin modules.