Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6b563a

Browse files
author
Victor Stinner
committed
Issue #3080: zipimport has a full unicode suppport
- Use Unicode for module paths and names, self->archive and self->prefix - Format module names and paths use %R instead of '%U' to escape surrogate characters (PEP 383) - Use PyImport_ExecCodeModuleObject() instead of PyImport_ExecCodeModuleEx() - Use PyImport_AddModuleObject() instead of PyImport_AddModule()
1 parent 942003c commit f6b563a

1 file changed

Lines changed: 168 additions & 135 deletions

File tree

0 commit comments

Comments
 (0)