summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2012-04-15 11:41:32 (GMT)
committerKristján Valur Jónsson <kristjan@ccpgames.com>2012-04-15 11:41:32 (GMT)
commit69c635266ec20945142d6fb3beb2555769fed1ad (patch)
tree60080194a41ebb0a5b6bd87e6e2be55d706d6a0b /Misc
parentc014df7edf9d2358f80b783f4556a117a41924c0 (diff)
downloadcpython-69c635266ec20945142d6fb3beb2555769fed1ad.zip
cpython-69c635266ec20945142d6fb3beb2555769fed1ad.tar.gz
cpython-69c635266ec20945142d6fb3beb2555769fed1ad.tar.bz2
Issue #10576: Add a progress callback to gcmodule
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 467762e..b8202c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,6 +275,9 @@ Library
- Issue #14310: Sockets can now be with other processes on Windows using
the api socket.socket.share() and socket.fromshare().
+- Issue #10576: The gc module now has a 'callbacks' member that will get
+ called when garbage collection takes place.
+
Build
-----