Changes between Initial Version and Version 1 of Ticket #32557, comment 4
- Timestamp:
- Mar 19, 2021, 5:08:57 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32557, comment 4
initial v1 1 One comment: the `sys.unraisablehook`docs say:1 One comment: the [https://docs.python.org/3/library/sys.html#sys.unraisablehook sys.unraisablehook()] docs say: 2 2 3 3 > Called when an exception has occurred but there is no way for Python to handle it. For example, when a destructor raises an exception or during garbage collection (`gc.collect()`).