FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-34572: change _pickle unpickling to use import rather than retrieving from sys.modules by tjb900 · Pull Request #9047 · 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-34572: change _pickle unpickling to use import rather than retrieving from sys.modules
- #9047
#9047
Merged
pitrou
merged 7 commits into
python:master
python/cpython:master
from
tjb900:pickle_import_race_fix
tjb900/cpython:pickle_import_race_fix
Copy head branch name to clipboard
Feb 18, 2019
Conversation
Commits
7
(7)
Checks
Files changed
Merged
bpo-34572: change _pickle unpickling to use import rather than retrieving from sys.modules
#9047
pitrou
merged 7 commits into
python:master
python/cpython:master
from
tjb900:pickle_import_race_fix
tjb900/cpython:pickle_import_race_fix
Copy head branch name to clipboard
Commits
Commits on Sep 5, 2018
change unpickling to use import rather than retrieving from sys.modules
tjb900
committed
e47c5e1
View commit details
Copy full SHA for e47c5e1
Browse repository at this point
Commits on Feb 7, 2019
pep7 fixup
tjb900
committed
595bdbb
View commit details
Copy full SHA for 595bdbb
Browse repository at this point
add unit test for bpo-34572
tjb900
committed
f72802a
View commit details
Copy full SHA for f72802a
Browse repository at this point
Commits on Feb 8, 2019
add comment to explain why GetModule wasn't used
tjb900
committed
fa5dbeb
View commit details
Copy full SHA for fa5dbeb
Browse repository at this point
rewrite test case to avoid sleeps
tjb900
committed
64a7f95
View commit details
Copy full SHA for 64a7f95
Browse repository at this point
move test to AbstractUnpickleTester
tjb900
committed
202d4e2
View commit details
Copy full SHA for 202d4e2
Browse repository at this point
Commits on Feb 13, 2019
better assertion
tjb900
committed
a0425ef
View commit details
Copy full SHA for a0425ef
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL