FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() by ericsnowcurrently · Pull Request #118203 · 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-117953: Split Up _PyImport_LoadDynamicModuleWithSpec()
- #118203
#118203
Merged
ericsnowcurrently
merged 13 commits into
python:main
python/cpython:main
from
ericsnowcurrently:split-up-_PyImport_LoadDynamicModuleWithSpec-2
ericsnowcurrently/cpython:split-up-_PyImport_LoadDynamicModuleWithSpec-2
Copy head branch name to clipboard
Apr 29, 2024
Conversation
Commits
13
(13)
Checks
Files changed
Merged
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec()
#118203
ericsnowcurrently
merged 13 commits into
python:main
python/cpython:main
from
ericsnowcurrently:split-up-_PyImport_LoadDynamicModuleWithSpec-2
ericsnowcurrently/cpython:split-up-_PyImport_LoadDynamicModuleWithSpec-2
Copy head branch name to clipboard
Commits
Commits on Apr 24, 2024
Factor out _PyImport_RunDynamicModule().
ericsnowcurrently
committed
0163940
View commit details
Copy full SHA for 0163940
Browse repository at this point
Drop _PyImport_LoadDynamicModuleWithSpec().
ericsnowcurrently
committed
e0ac947
View commit details
Copy full SHA for e0ac947
Browse repository at this point
Split up _PyImport_RunDynamicModule() along cross-interpreter-safe boundaries.
ericsnowcurrently
committed
1fee8ca
View commit details
Copy full SHA for 1fee8ca
Browse repository at this point
Drop _PyImport_RunDynamicModule().
ericsnowcurrently
committed
a11eddb
View commit details
Copy full SHA for a11eddb
Browse repository at this point
Factor out create_dynamic().
ericsnowcurrently
committed
daf7295
View commit details
Copy full SHA for daf7295
Browse repository at this point
Drop _PyImport_FixupExtensionObject().
ericsnowcurrently
committed
3a5eba6
View commit details
Copy full SHA for 3a5eba6
Browse repository at this point
Add some asserts to _PyImport_RunModInitFunc().
ericsnowcurrently
committed
2ab4bd8
View commit details
Copy full SHA for 2ab4bd8
Browse repository at this point
Check the module returned by import_find_extension() to ensure single-phase init.
ericsnowcurrently
committed
9b39844
View commit details
Copy full SHA for 9b39844
Browse repository at this point
We already know the def is okay.
ericsnowcurrently
committed
c253654
View commit details
Copy full SHA for c253654
Browse repository at this point
Drop create_dynamic().
ericsnowcurrently
committed
8172748
View commit details
Copy full SHA for 8172748
Browse repository at this point
Update the comment about extensions.
ericsnowcurrently
committed
4e72371
View commit details
Copy full SHA for 4e72371
Browse repository at this point
Move setting m_init to _imp_create_dynamic_impl().
ericsnowcurrently
committed
52f0656
View commit details
Copy full SHA for 52f0656
Browse repository at this point
Fix a refleak.
ericsnowcurrently
committed
a1d1258
View commit details
Copy full SHA for a1d1258
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL