This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, serhiy.storchaka
Date 2019-01-17.18:39:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547750363.55.0.231391753492.issue32866@roundup.psfhosted.org>
In-reply-to
Content
I believe this bug does not affect Python 3.8:

(Using a Python 3.8 virtualenv):

% python demo.pyz 
Reading: resource.txt
Length: 19
% python `pwd`/demo.pyz 
Reading: resource.txt
Length: 19

I think it's too risky (and too much work, given it would have to be ported to the C implementation of zipimport) to change this in earlier Pythons.  So, closing.
History
Date User Action Args
2019-01-17 18:39:24barrysetrecipients: + barry, serhiy.storchaka
2019-01-17 18:39:23barrysetmessageid: <1547750363.55.0.231391753492.issue32866@roundup.psfhosted.org>
2019-01-17 18:39:23barrylinkissue32866 messages
2019-01-17 18:39:23barrycreate