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