[issue42529] CPython DLL initialization routine failed from PYC cache file

Karl Nelson report at bugs.python.org
Thu Dec 10 19:14:28 EST 2020


Karl Nelson <nelson85 at llnl.gov> added the comment:

Oddly that was the only exception that I got.  When I hit continue it proceeded without issue and the dll was loaded correctly.   However, when I try without the debugger attached the error reappears.   So this is one of those Schrodinger errors.   I know the error is there because I see it when we run on the CI and on a local machine,  but all attempts to isolate it say that is should not exist.  There can't really be a path that is different when compiling then loading from a pyc unless this is some type of uninitialized variable issues where we just happened to have been unfortunate enough to hit it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42529>
_______________________________________


More information about the Python-bugs-list mailing list