bpo-40521: Make slice cache per-interpreter by vstinner · Pull Request #20637 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:slice_cache

Jun 4, 2020

Merged

bpo-40521: Make slice cache per-interpreter#20637

vstinner merged 1 commit intopython:masterfrom

vstinner:slice_cache

Conversation

@vstinner

Copy link

Member

@vstinner vstinner commented

Jun 4, 2020

edited by bedevere-bot

Loading

Each interpreter now has its own slice cache:

  • Move slice cache into PyInterpreterState.
  • Add tstate parameter to _PySlice_Fini().

https://bugs.python.org/issue40521

Each interpreter now has its own slice cache:

* Move slice cache into PyInterpreterState.
* Add tstate parameter to _PySlice_Fini().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot