mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -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