Changes between Initial Version and Version 1 of Ticket #4469, comment 7
- Timestamp:
- Apr 8, 2021, 7:50:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4469, comment 7
initial v1 5 5 This is pretty horrifying because there is no way to control where garbage collection occurs other than turn it off and run it manually as the post suggests. The current bug is also a crash in Qt because the QOpenGLContext makeCurrent() method is called in the wrong thread during a garbage collection. 6 6 7 I was searching for Python 3 info on garbage collection and whether an object is always supposed to have its __del__ method called in the same thread that the object was constructed in. I did not find any information about what thread __del__ gets called in.7 I was searching for Python 3 info on garbage collection and whether an object is always supposed to have its !__del!__ method called in the same thread that the object was constructed in. I did not find any information about what thread !__del!__ gets called in.