Staging
v0.8.1
https://github.com/python/cpython
Revision 9955f33cdbf27de270038dfbad37d15b160ecca2 authored by Karthikeyan Singaravelan on 14 January 2020, 11:39:19 UTC, committed by Miss Islington (bot) on 14 January 2020, 11:39:19 UTC


Fix `NameError` in `zipimport` during hash validation and add a regression test.

(cherry picked from commit 79f02fee1a542c440fd906fd54154c73fc0f8235)



https://bugs.python.org/issue39033
1 parent 9362f85
Raw File
Tip revision: 9955f33cdbf27de270038dfbad37d15b160ecca2 authored by Karthikeyan Singaravelan on 14 January 2020, 11:39:19 UTC
[3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) (GH-17642)
Tip revision: 9955f33
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top