Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d17b30 commit 6091cd6Copy full SHA for 6091cd6
1 file changed
Misc/NEWS
@@ -108,6 +108,10 @@ Library
108
- In restricted execution mode (using the rexec module), unmarshalling
109
code objects is no longer allowed. This plugs a security hole.
110
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
+
115
Tools
116
117
Build
0 commit comments