mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
This commit is contained in:
parent
871dfc41d3
commit
9681022f1e
3 changed files with 37 additions and 0 deletions
|
@ -39,6 +39,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #9815: assertRaises now tries to clear references to local variables
|
||||
in the exception's traceback.
|
||||
|
||||
- Issue #13204: Calling sys.flags.__new__ would crash the interpreter,
|
||||
now it raises a TypeError.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue