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, christian.heimes
Date 2020-08-04.13:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596548866.08.0.375449562737.issue41335@roundup.psfhosted.org>
In-reply-to
Content
As far as we can tell, this is a known Py_DECREF problem with spidev==3.4. Testing on spidev==3.5 has not triggered the bug so far, so it appears to be already fixed.

Under 3.4, changing the list to a tuple did not affect the behavior.
History
Date User Action Args
2020-08-04 13:47:46Howard_Landmansetrecipients: + Howard_Landman, christian.heimes
2020-08-04 13:47:46Howard_Landmansetmessageid: <1596548866.08.0.375449562737.issue41335@roundup.psfhosted.org>
2020-08-04 13:47:46Howard_Landmanlinkissue41335 messages
2020-08-04 13:47:45Howard_Landmancreate