diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-04-15 11:41:32 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-04-15 11:41:32 (GMT) |
commit | 69c635266ec20945142d6fb3beb2555769fed1ad (patch) | |
tree | 60080194a41ebb0a5b6bd87e6e2be55d706d6a0b /Misc | |
parent | c014df7edf9d2358f80b783f4556a117a41924c0 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |