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 wwqgtxx
Recipients brett.cannon, eric.snow, hyu, miss-islington, ncoghlan, ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, wwqgtxx, zach.ware
Date 2018-12-31.13:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546262345.49.0.913954666435.issue35596@roundup.psfhosted.org>
In-reply-to
Content
I have tried zipping the stdlib myself form normal version's "Python37\Lib" with all files were end with ".py"(without "site-packages" of course). And then everything work fine. Maybe the loader only reject ".pyc" file from zip load?
History
Date User Action Args
2018-12-31 13:19:06wwqgtxxsetrecipients: + wwqgtxx, brett.cannon, paul.moore, ncoghlan, vstinner, tim.golden, ned.deily, eric.snow, zach.ware, serhiy.storchaka, steve.dower, miss-islington, hyu
2018-12-31 13:19:05wwqgtxxsetmessageid: <1546262345.49.0.913954666435.issue35596@roundup.psfhosted.org>
2018-12-31 13:19:05wwqgtxxlinkissue35596 messages
2018-12-31 13:19:05wwqgtxxcreate