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, schlamar, serhiy.storchaka, steve.dower, tim.golden, vstinner, wwqgtxx, zach.ware
Date 2019-01-08.02:31:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546914706.0.0.13048092849.issue35596@roundup.psfhosted.org>
In-reply-to
Content
And I assume now that the reason it broke in 3.7.2 is because the pyc mode for the embeddable distro changed. Which means the right place for tests is in a separate build that uses properly laid out Python rather than testing in the source tree (like what I have in the windows-appx-tests.yml file and Tools/msi/testrelease.bat script, but apparently also for the embeddable distro).
History
Date User Action Args
2019-01-08 02:31:47steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, ncoghlan, vstinner, tim.golden, ned.deily, schlamar, eric.snow, zach.ware, serhiy.storchaka, wwqgtxx, miss-islington, hyu
2019-01-08 02:31:45steve.dowersetmessageid: <1546914706.0.0.13048092849.issue35596@roundup.psfhosted.org>
2019-01-08 02:31:45steve.dowerlinkissue35596 messages
2019-01-08 02:31:45steve.dowercreate