]> granicus.if.org Git - python/commit
- Issue #15233: Python now guarantees that callables registered with
authorLarry Hastings <larry@hastings.org>
Sun, 15 Jul 2012 01:20:37 +0000 (18:20 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 15 Jul 2012 01:20:37 +0000 (18:20 -0700)
commit1191709b1379661a15287a2c6ac8263f23655f73
treefc1a13f3c27e7c5acce78b40a56092b7d8521550
parentc4ac789be76357d7fbf85a2ba29c80f98017af70
- 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