bpo-40521: Make slice cache per-interpreter by vstinner · Pull Request #20637 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-40521: Make slice cache per-interpreter#20637
vstinner merged 1 commit intopython:masterfrom
vstinner:slice_cache
bpo-40521: Make slice cache per-interpreter#20637
vstinner merged 1 commit intopython:masterfrom
vstinner:slice_cache
Conversation
Copy link
Member
Each interpreter now has its own slice cache:
- Move slice cache into PyInterpreterState.
- Add tstate parameter to _PySlice_Fini().
Each interpreter now has its own slice cache: * Move slice cache into PyInterpreterState. * Add tstate parameter to _PySlice_Fini().
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
merged commit
7daba6f
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
slice_cache
branch
vstinner
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment