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 pablogsal, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-10-05.11:38:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633433921.42.0.136161828718.issue45375@roundup.psfhosted.org>
In-reply-to
Content
As seen in the release build for 3.11a1, an assertion is raised when attempting to launch the debug build out of tree.

       _RegenTestFrozenmain:
         Regenerate test_frozenmain.h
         D:\a\1\b\bin\amd64\python_d.exe Programs\freeze_test_frozenmain.py Programs/test_frozenmain.h
         Assertion failed: stdlibdir[wcslen(prefix)] == SEP, file D:\a\1\s\PC\getpathp.c, line 300

This causes the release to fail.
History
Date User Action Args
2021-10-05 11:38:41steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, pablogsal
2021-10-05 11:38:41steve.dowersetmessageid: <1633433921.42.0.136161828718.issue45375@roundup.psfhosted.org>
2021-10-05 11:38:41steve.dowerlinkissue45375 messages
2021-10-05 11:38:41steve.dowercreate