diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-23 01:59:54 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-23 01:59:54 (GMT) |
commit | 98791affc8d04ea7ad0303d67b6666b27bbd4bb7 (patch) | |
tree | 30da9a1e4bd57e78840d06660b5a9939efe314ce /Misc | |
parent | fd14d8e18723665578efe0a1416b134906075b78 (diff) | |
download | cpython-98791affc8d04ea7ad0303d67b6666b27bbd4bb7.zip cpython-98791affc8d04ea7ad0303d67b6666b27bbd4bb7.tar.gz cpython-98791affc8d04ea7ad0303d67b6666b27bbd4bb7.tar.bz2 |
Doc and NEWS changes due to Jeremy adding traceback objects to gc.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ Extension modules Library +- Traceback objects are now scanned by cyclic garbage collection, so + cycles created by casual use of sys.exc_info() no longer cause + permanent memory leaks (provided garbage collection is enabled). + Tools/Demos Build |