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 terry.reedy
Recipients lukasz.langa, pablogsal, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2022-03-16.18:30:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647455403.28.0.516957856389.issue47037@roundup.psfhosted.org>
In-reply-to
Content
3.11 apparently builds without error, and 'python' and 'python -m idlelib' appears to start normally, but there is a new problem.
  python -m test
raises OS box with 'Debug Assertion Failed!', program python_d.exe,
File minkernal\crts\ucrt\src\time\wcsftime.exe
Line 1184, expression false.
Dismiss box and a few tests run until box repeats and Command Prompt eventually locks.
...test test_idle finished OK once after dismissing box.  On retry, test ran OK but CP locked instead of showing new prompt.

3.10 and 3.9 (but not 3.11): compiling show a newish warning.
  pythonw.vcxproj -> f:\dev\310\PCbuild\amd64\pythonw_d.exe
  pythonw.vcxproj -> f:\dev\310\PCbuild\amd64\pythonw_d.pdb (Full PDB)
f:\dev\310\PCbuild\pythoncore.vcxproj(554,5): warning : A copy of vcruntime140.dll is also required

Does not 3.11 also require this? (wherever it is supposed to be?).  Aside from the warning, 3.10 appear to be working normally.  There is no error box when starting tests and 50 have run so far without a box.
History
Date User Action Args
2022-03-16 18:30:03terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, lukasz.langa, zach.ware, steve.dower, pablogsal
2022-03-16 18:30:03terry.reedysetmessageid: <1647455403.28.0.516957856389.issue47037@roundup.psfhosted.org>
2022-03-16 18:30:03terry.reedylinkissue47037 messages
2022-03-16 18:30:03terry.reedycreate