Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6091cd6

Browse files
committed
Added note of unittest.py changes that fixed bug 451309
1 parent 4d17b30 commit 6091cd6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Library
108108
- In restricted execution mode (using the rexec module), unmarshalling
109109
code objects is no longer allowed. This plugs a security hole.
110110

111+
- unittest.TestResult instances no longer store references to tracebacks
112+
generated by test failures. This prevents unexpected dangling references
113+
to objects that should be garbage collected between tests.
114+
111115
Tools
112116

113117
Build

0 commit comments

Comments
 (0)