mirror of
https://github.com/python/cpython.git
synced 2026-08-10 06:29:05 +08:00
* Track the current executor, not the previous one, on the thread-state. * Batch executors for deallocation to avoid having to constantly incref executors; this is an ad-hoc form of deferred reference counting.
Miscellaneous source files for the main Python shared library