GH-133231: Changes to executor management to support proposed sys._jit
module#133287
Merged
markshannon merged 8 commits intopython:mainpython/cpython:mainfrom May 4, 2025
faster-cpython:current-executorfaster-cpython/cpython:current-executorCopy head branch name to clipboard
Commits
Commits on May 2, 2025
Track the current executor on the thread-state, not the previous one. Batch executors for deallocation to avoid having to constantly incref executors; this is an ad-hoc form of deferred reference c…
Show description for 3a2ccdacommitted- committed
- authored
- authored
Commits on May 3, 2025
Commits on May 4, 2025
- committed