[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

/ cpython Public

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.… #3243

Merged
merged 1 commit into from Aug 30, 2017

Conversation

Copy link
Contributor

orenmn commented Aug 30, 2017

…get_data() (GH-3226)

if pathname.replace('/', '\') returns non-string.
(cherry picked from commit 631fdee)

https://bugs.python.org/issue31291

…get_data() (pythonGH-3226)

if pathname.replace('/', '\\') returns non-string.
(cherry picked from commit 631fdee)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants