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 Howard_Landman
Recipients Howard_Landman
Date 2020-08-03.17:36:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596476212.61.0.871614920728.issue41335@roundup.psfhosted.org>
In-reply-to
Content
Getting closer to isolating this. A small program that does nothing but call read_regs24() over and over dies with the same error after about 107.4M iterations. So it seems to be definitely in that method. But that only takes a few hours, not half a day. Going to try to separate the SPI operation from the remaining Python code next.
History
Date User Action Args
2020-08-03 17:36:52Howard_Landmansetrecipients: + Howard_Landman
2020-08-03 17:36:52Howard_Landmansetmessageid: <1596476212.61.0.871614920728.issue41335@roundup.psfhosted.org>
2020-08-03 17:36:52Howard_Landmanlinkissue41335 messages
2020-08-03 17:36:52Howard_Landmancreate