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 steve.dower
Recipients brett.cannon, eric.snow, hyu, miss-islington, ncoghlan, ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-12-29.03:19:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546053541.76.0.983944404245.issue35596@roundup.psfhosted.org>
In-reply-to
Content
I took a closer look at the diff since 3.7.1, and I'm not seeing anything either. I suspect we need to step through zipimport/importlib and figure out exactly where it rejects the .pyc files in the zip.
History
Date User Action Args
2018-12-29 03:19:03steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, ncoghlan, vstinner, tim.golden, ned.deily, eric.snow, zach.ware, serhiy.storchaka, miss-islington, hyu
2018-12-29 03:19:01steve.dowersetmessageid: <1546053541.76.0.983944404245.issue35596@roundup.psfhosted.org>
2018-12-29 03:19:01steve.dowerlinkissue35596 messages
2018-12-29 03:19:01steve.dowercreate