[New-bugs-announce] [issue42879] SystemError from class 'int'

Jason Oliver report at bugs.python.org
Sat Jan 9 17:50:07 EST 2021


New submission from Jason Oliver <jollyoliver657 at gmail.com>:

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.

----------
files: Movement.py
messages: 384743
nosy: jollyoliver657
priority: normal
severity: normal
status: open
title: SystemError from class 'int'
versions: Python 3.8
Added file: https://bugs.python.org/file49731/Movement.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42879>
_______________________________________


More information about the New-bugs-announce mailing list