Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-44050: Extension modules can share state when they don't support sub-interpreters. #27794

Merged
merged 5 commits into from
Oct 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/Core and Builtins/2021-09-08-00-30-09.bpo-44050
….mFI15u.rst
  • Loading branch information
encukou authored Oct 5, 2021
commit eb9b40d4ab99cc658152b105965d0f10885ca2f2
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Extensions and def->m_base.m_copy can be updated when the extension module
doesn't support sub-interpreters.
Extensions that indicate they use global state (by setting ``m_size`` to -1)
can again be used in multiple interpreters. This reverts to behavior of
Python 3.8.