[issue18307] Relative path in co_filename for zipped modules

Vitaly Murashev report at bugs.python.org
Sat Aug 24 02:23:14 CEST 2013


Vitaly Murashev added the comment:

unit-test attached.
There are 3 tests inside it: 2 failed, 1 succeeded.

According to this test results it becomes clear that specified issue is reproduced only with zip modules which contain precompiled bytecode inside (pyc-files)

----------
Added file: http://bugs.python.org/file31451/test_zipimport_co_filename.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18307>
_______________________________________


More information about the Python-bugs-list mailing list