Permalink
Please
sign in to comment.
Browse files
bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)
Patch by Karthikeyan Singaravelan.
- Loading branch information
Showing
with
286 additions
and 269 deletions.
- +16 −0 Lib/test/test_zipimport.py
- +1 −1 Lib/zipimport.py
- +1 −0 Misc/ACKS
- +1 −0 Misc/NEWS.d/next/Library/2019-12-13-18-54-49.bpo-39033.cepuyD.rst
- +267 −268 Python/importlib_zipimport.h
| @@ -0,0 +1 @@ | ||
| Fix :exc:`NameError` in :mod:`zipimport`. Patch by Karthikeyan Singaravelan. |
Oops, something went wrong.
0 comments on commit
79f02fe