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 serhiy.storchaka
Recipients jollyoliver657, mark.dickinson, serhiy.storchaka
Date 2021-01-10.14:33:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610289180.37.0.452546537733.issue42879@roundup.psfhosted.org>
In-reply-to
Content
With debug build of Python I get a crash in other place:

$ ./python -Xdev Movement.py 
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
python: Objects/abstract.c:155: PyObject_GetItem: Assertion `(item != NULL) ^ (PyErr_Occurred() != NULL)' failed.
Fatal Python error: Aborted

Current thread 0x00007fc3d0b6e280 (most recent call first):
  File "Movement.py", line 47 in writeGridToSurface
  File "Movement.py", line 100 in <module>

It is very likely a bug in Pygame. Perhaps it was always here, just Python 3.8 is more strict to programming errors in extensions.
History
Date User Action Args
2021-01-10 14:33:00serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, jollyoliver657
2021-01-10 14:33:00serhiy.storchakasetmessageid: <1610289180.37.0.452546537733.issue42879@roundup.psfhosted.org>
2021-01-10 14:33:00serhiy.storchakalinkissue42879 messages
2021-01-10 14:33:00serhiy.storchakacreate