mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
ac7d5ba96e
* 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