diff options
author | Steve Purcell <steve@pythonconsulting.com> | 2001-09-06 16:05:17 (GMT) |
---|---|---|
committer | Steve Purcell <steve@pythonconsulting.com> | 2001-09-06 16:05:17 (GMT) |
commit | 6091cd61ce9d8343d405bdb3f09e80e8ac9447c8 (patch) | |
tree | 10da70e94ecc04e0cc22157b9e7929b835c75914 /Misc | |
parent | 4d17b303bbdf1b405657f07428a1547698610ab1 (diff) | |
download | cpython-6091cd61ce9d8343d405bdb3f09e80e8ac9447c8.zip cpython-6091cd61ce9d8343d405bdb3f09e80e8ac9447c8.tar.gz cpython-6091cd61ce9d8343d405bdb3f09e80e8ac9447c8.tar.bz2 |
Added note of unittest.py changes that fixed bug 451309
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -108,6 +108,10 @@ Library - In restricted execution mode (using the rexec module), unmarshalling code objects is no longer allowed. This plugs a security hole. +- unittest.TestResult instances no longer store references to tracebacks + generated by test failures. This prevents unexpected dangling references + to objects that should be garbage collected between tests. + Tools Build |