mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #22836: Merge exception reporting from 3.5
This commit is contained in:
commit
8cacc63002
5 changed files with 92 additions and 9 deletions
|
@ -74,8 +74,8 @@ Printing and clearing
|
|||
:meth:`__del__` method.
|
||||
|
||||
The function is called with a single argument *obj* that identifies the context
|
||||
in which the unraisable exception occurred. The repr of *obj* will be printed in
|
||||
the warning message.
|
||||
in which the unraisable exception occurred. If possible,
|
||||
the repr of *obj* will be printed in the warning message.
|
||||
|
||||
|
||||
Raising exceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue