FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-99741: Clean Up the _xxsubinterpreters Module by ericsnowcurrently · Pull Request #99940 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-99741: Clean Up the _xxsubinterpreters Module
- #99940
#99940
Merged
ericsnowcurrently
merged 18 commits into
python:main
python/cpython:main
from
ericsnowcurrently:clean-up-_xxsubinterpreters
ericsnowcurrently/cpython:clean-up-_xxsubinterpreters
Copy head branch name to clipboard
Dec 2, 2022
Conversation
Commits
18
(18)
Checks
Files changed
Merged
gh-99741: Clean Up the _xxsubinterpreters Module
#99940
ericsnowcurrently
merged 18 commits into
python:main
python/cpython:main
from
ericsnowcurrently:clean-up-_xxsubinterpreters
ericsnowcurrently/cpython:clean-up-_xxsubinterpreters
Copy head branch name to clipboard
Commits
Commits on Dec 2, 2022
Use a C11 struct initializer.
ericsnowcurrently
committed
3fa77fb
View commit details
Copy full SHA for 3fa77fb
Browse repository at this point
Clean up PyInit__xxsubinterpreters().
ericsnowcurrently
committed
f2f00aa
View commit details
Copy full SHA for f2f00aa
Browse repository at this point
Clean up channel_exceptions_init() and interp_exceptions_init().
ericsnowcurrently
committed
bb84f38
View commit details
Copy full SHA for bb84f38
Browse repository at this point
Add _globals_fini() and only do init/fini once.
ericsnowcurrently
committed
45e1f25
View commit details
Copy full SHA for 45e1f25
Browse repository at this point
Factor out module_exec().
ericsnowcurrently
committed
0efa456
View commit details
Copy full SHA for 0efa456
Browse repository at this point
Fix add_new_exception().
ericsnowcurrently
committed
bd841f2
View commit details
Copy full SHA for bd841f2
Browse repository at this point
Do not rely on exception globals in low-level functions.
ericsnowcurrently
committed
36e1239
View commit details
Copy full SHA for 36e1239
Browse repository at this point
Import _xxsubinterpreters in a subinterpreter if necessary.
ericsnowcurrently
committed
51645f7
View commit details
Copy full SHA for 51645f7
Browse repository at this point
Ensure that the XID data gets released.
ericsnowcurrently
committed
db57245
View commit details
Copy full SHA for db57245
Browse repository at this point
Return an error code from _PyCrossInterpreterData_Release().
ericsnowcurrently
committed
4f9baf0
View commit details
Copy full SHA for 4f9baf0
Browse repository at this point
Clean up for ChannelIDType.
ericsnowcurrently
committed
27d9b35
View commit details
Copy full SHA for 27d9b35
Browse repository at this point
Always decrement _globals.module_count.
ericsnowcurrently
committed
c4aa646
View commit details
Copy full SHA for c4aa646
Browse repository at this point
Decref the module when appropriate.
ericsnowcurrently
committed
5cb73fa
View commit details
Copy full SHA for 5cb73fa
Browse repository at this point
Add some asserts.
ericsnowcurrently
committed
5af58e8
View commit details
Copy full SHA for 5af58e8
Browse repository at this point
Clear the registered type during module cleanup.
ericsnowcurrently
committed
f555fbe
View commit details
Copy full SHA for f555fbe
Browse repository at this point
Add a dedicated ChannelIDTests.test_shareable().
ericsnowcurrently
committed
ad000ad
View commit details
Copy full SHA for ad000ad
Browse repository at this point
Add a TODO comment.
ericsnowcurrently
committed
60a78ab
View commit details
Copy full SHA for 60a78ab
Browse repository at this point
Update a TODO comment.
ericsnowcurrently
committed
012d61c
View commit details
Copy full SHA for 012d61c
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL