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 pablogsal, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2021-04-03.21:46:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617486375.98.0.534419759373.issue43719@roundup.psfhosted.org>
In-reply-to
Content
Re ""f:\dev\3x\PC\validate_ucrtbase.py" ucrtbased" exited with co
de -1073741819."

f:\dev\3x>py -3.10 PC\validate_ucrtbase.py ucrtbased
C:\WINDOWS\SYSTEM32\ucrtbased.DLL is version 10.0.14393.33

so the failure is due to running the file with the nonfunctional python_d.exe.

In a text editor, encodings/__init__.py looks fine.
f:\dev\3x>py -3.10 f:\dev\3x\\lib\encodings\__init__.py
(to check text further) fails at line 33
  from . import alias

In any case, line 31 is 'import codecs'.  codecs.py looks fine and
f:\dev\3x>py -3.10 f:\dev\3x\\lib\codecs.py
runs without error, so its text appears to be intact.  Perhaps one of the imports of compiled C fail drastically.
History
Date User Action Args
2021-04-03 21:46:16terry.reedysetrecipients: + terry.reedy, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, pablogsal
2021-04-03 21:46:15terry.reedysetmessageid: <1617486375.98.0.534419759373.issue43719@roundup.psfhosted.org>
2021-04-03 21:46:15terry.reedylinkissue43719 messages
2021-04-03 21:46:15terry.reedycreate