[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread Pycrytor10
Pycrytor10 added the comment: Can reproduce with a modified pygame.examples.alien to run in a loop after a similar time. -- Added file: https://bugs.python.org/file49920/aliens.py ___ Python tracker <https://bugs.python.org/issue43

[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread Pycrytor10
Change by Pycrytor10 : Added file: https://bugs.python.org/file49921/segfaultpygame.txt ___ Python tracker <https://bugs.python.org/issue43671> ___ ___ Python-bugs-list m

[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread Pycrytor10
Pycrytor10 added the comment: Also filed https://github.com/pygame/pygame/issues/2543 as not sure where issue comes from -- ___ Python tracker <https://bugs.python.org/issue43

[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread Pycrytor10
Pycrytor10 added the comment: My original script has tkinter used as well. I wasn't entirely sure where it was when I filed the bug at first and just saw a tk/tcl mentioned in the logs. It does look now I've managed to investigate further to be something in pygame. I've never