FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-28411: Support other mappings in PyInterpreterState.modules. by ericsnowcurrently · Pull Request #3593 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-28411: Support other mappings in PyInterpreterState.modules.
- #3593
#3593
Merged
ericsnowcurrently
merged 30 commits into
python:master
python/cpython:master
from
ericsnowcurrently:sys-modules-any-mapping
ericsnowcurrently/cpython:sys-modules-any-mapping
Copy head branch name to clipboard
Sep 15, 2017
Conversation
Commits
30
(30)
Checks
Files changed
Merged
bpo-28411: Support other mappings in PyInterpreterState.modules.
#3593
ericsnowcurrently
merged 30 commits into
python:master
python/cpython:master
from
ericsnowcurrently:sys-modules-any-mapping
ericsnowcurrently/cpython:sys-modules-any-mapping
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2017
Add _PyImport_GetModule*.
ericsnowcurrently
committed
8f3ecfc
View commit details
Copy full SHA for 8f3ecfc
Browse repository at this point
Allow sys.modules to be any mapping.
ericsnowcurrently
committed
9dc9ded
View commit details
Copy full SHA for 9dc9ded
Browse repository at this point
Add _PyImport_SetModule*.
ericsnowcurrently
committed
f2a54b1
View commit details
Copy full SHA for f2a54b1
Browse repository at this point
Add PyImport_GetModule().
ericsnowcurrently
committed
502e138
View commit details
Copy full SHA for 502e138
Browse repository at this point
Decref the module when done.
ericsnowcurrently
committed
ec8c504
View commit details
Copy full SHA for ec8c504
Browse repository at this point
Fix ref counts.
ericsnowcurrently
committed
a1546f6
View commit details
Copy full SHA for a1546f6
Browse repository at this point
Look up "new" modules in the given modules dict.
ericsnowcurrently
committed
5a5fad1
View commit details
Copy full SHA for 5a5fad1
Browse repository at this point
Fix error checking.
ericsnowcurrently
committed
db0a247
View commit details
Copy full SHA for db0a247
Browse repository at this point
Use PyImport_GetModuleDict() in PyImport_GetModule().
ericsnowcurrently
committed
7082b47
View commit details
Copy full SHA for 7082b47
Browse repository at this point
Add a missing incref.
ericsnowcurrently
committed
5082c47
View commit details
Copy full SHA for 5082c47
Browse repository at this point
Add a Misc/NEWS entry.
ericsnowcurrently
committed
bb03872
View commit details
Copy full SHA for bb03872
Browse repository at this point
Make the docs for PyImport_GetModule() more clear.
ericsnowcurrently
committed
2e07296
View commit details
Copy full SHA for 2e07296
Browse repository at this point
Fix style (bracket placement).
ericsnowcurrently
committed
4631163
View commit details
Copy full SHA for 4631163
Browse repository at this point
Drop _PyImport_GetModuleString().
ericsnowcurrently
committed
5b154b3
View commit details
Copy full SHA for 5b154b3
Browse repository at this point
Use PyDict_CheckExact() for sys.modules in fast case.
ericsnowcurrently
committed
33174f3
View commit details
Copy full SHA for 33174f3
Browse repository at this point
Do not use PyMapping_HasKey() with an error set.
ericsnowcurrently
committed
e50e258
View commit details
Copy full SHA for e50e258
Browse repository at this point
Revert a code order change.
ericsnowcurrently
committed
23cf493
View commit details
Copy full SHA for 23cf493
Browse repository at this point
Switch the code order back.
ericsnowcurrently
committed
eed5e24
View commit details
Copy full SHA for eed5e24
Browse repository at this point
Only use PyDict_* for dicts.
ericsnowcurrently
committed
bcc72a5
View commit details
Copy full SHA for bcc72a5
Browse repository at this point
Add a reference while cleaning up.
ericsnowcurrently
committed
981dbd2
View commit details
Copy full SHA for 981dbd2
Browse repository at this point
Fix _pickle.
ericsnowcurrently
committed
0fe1aff
View commit details
Copy full SHA for 0fe1aff
Browse repository at this point
Fix the NEWS entry.
ericsnowcurrently
committed
d4d9219
View commit details
Copy full SHA for d4d9219
Browse repository at this point
Commits on Sep 15, 2017
Return a borrowed reference from _PyImport_GetModuleWithError().
ericsnowcurrently
committed
9c39295
View commit details
Copy full SHA for 9c39295
Browse repository at this point
Fix some ref leaks.
ericsnowcurrently
committed
446acd5
View commit details
Copy full SHA for 446acd5
Browse repository at this point
Add a fast path for pickle.
ericsnowcurrently
committed
540b99a
View commit details
Copy full SHA for 540b99a
Browse repository at this point
Ignore errors from PyObject_GetItem().
ericsnowcurrently
committed
5f0735b
View commit details
Copy full SHA for 5f0735b
Browse repository at this point
Factor out _checkmodule.
ericsnowcurrently
committed
63beead
View commit details
Copy full SHA for 63beead
Browse repository at this point
Drop an extra INCREF.
ericsnowcurrently
committed
00f3f24
View commit details
Copy full SHA for 00f3f24
Browse repository at this point
Drop _PyImport_GetModule() and _PyImport_GetModuleWithError().
ericsnowcurrently
committed
5a7bba2
View commit details
Copy full SHA for 5a7bba2
Browse repository at this point
tabs to spaces
ericsnowcurrently
committed
3a73b52
View commit details
Copy full SHA for 3a73b52
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL