[issue43671] segfault when using pygame for ~5 minutes

2021-04-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: I would not be surprised if using the gui features of both tkinter and pygame together did cause a crash, as both would be competing for the screen. Ditto if both were handling key and mouse events. That might be closed instead as "won't fix" -- n

[issue43671] segfault when using pygame for ~5 minutes

2021-04-02 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: segfault when using tkinter + pygame for ~5 minutes -> segfault when using pygame for ~5 minutes ___ Python tracker ___ __