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 stestagg
Recipients Howard_Landman, stestagg
Date 2020-07-23.12:34:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595507672.84.0.925466033206.issue41335@roundup.psfhosted.org>
In-reply-to
Content
It's possible that RPi.GPIO (or another C extension) is mis-managing reference counts, resulting in it freeing or trying to free an object at the wrong time.  

If that object is a common value, or the branch that causes the refcount issue is uncommon, it may take many millions of cycles for the problem to occur.
History
Date User Action Args
2020-07-23 12:34:32stestaggsetrecipients: + stestagg, Howard_Landman
2020-07-23 12:34:32stestaggsetmessageid: <1595507672.84.0.925466033206.issue41335@roundup.psfhosted.org>
2020-07-23 12:34:32stestagglinkissue41335 messages
2020-07-23 12:34:32stestaggcreate