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 Thrameos
Recipients Thrameos, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-12-11.00:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607645668.44.0.551934716297.issue42529@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-12-11 00:14:28Thrameossetrecipients: + Thrameos, paul.moore, tim.golden, zach.ware, steve.dower
2020-12-11 00:14:28Thrameossetmessageid: <1607645668.44.0.551934716297.issue42529@roundup.psfhosted.org>
2020-12-11 00:14:28Thrameoslinkissue42529 messages
2020-12-11 00:14:28Thrameoscreate