]> granicus.if.org Git - python/commit
Issue #15233: Python now guarantees that callables registered with the atexit
authorCharles-François Natali <cf.natali@gmail.com>
Wed, 21 Aug 2013 16:25:00 +0000 (18:25 +0200)
committerCharles-François Natali <cf.natali@gmail.com>
Wed, 21 Aug 2013 16:25:00 +0000 (18:25 +0200)
commitb817faa4ce2e975da009d35493146929f4024308
tree85326a52f94bfd35be88b32857e7101df7b264d6
parent8df3df43bab5d6c1305f95c6d24a96423c900b1e
Issue #15233: Python now guarantees that callables registered with the atexit
module will be called in a deterministic order.
Doc/library/atexit.rst
Misc/NEWS