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 jollyoliver657
Recipients jollyoliver657
Date 2021-01-09.22:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610232607.93.0.155495951465.issue42879@roundup.psfhosted.org>
In-reply-to
Content
This is my first bug report so I hope that this is correctly formatted. I am learning how to use pygame and encountered the following error:
SystemError: <class 'int'> returned a result with an error set

I googled the error message and came across the following answer on stackoverflow:
https://stackoverflow.com/a/53796516

This stated that the problem could exist within the implementation of python and that I should file a bug report here.

I am using the following software installed through pip/pip3:
Python 3.8.4
pygame 2.0.1
OS Edition: Windows 10 Pro
OS Version: 20H2
OS build: 19042.685

The bug can be reproduced deterministically.
History
Date User Action Args
2021-01-09 22:50:07jollyoliver657setrecipients: + jollyoliver657
2021-01-09 22:50:07jollyoliver657setmessageid: <1610232607.93.0.155495951465.issue42879@roundup.psfhosted.org>
2021-01-09 22:50:07jollyoliver657linkissue42879 messages
2021-01-09 22:50:07jollyoliver657create