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

Karl Nelson report at bugs.python.org
Thu Dec 17 12:48:31 EST 2020


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

Well that gives me a place to search from.   Unfortunately statics are not likely the source of the issue.   I scrubbed all C++ structures from the project into a big structure which has only a single global pointer which I initialize in the init method.   It is possible that one crept back in at some point, but it is a possibility.   The use of actual C++ in this project is nearly zero.  Other than exceptions, strings and the vector on the buried in some class, the rest has been purged already.

----------

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


More information about the Python-bugs-list mailing list