[Python-Dev] cpython (3.2): Issue #15881: Fixed atexit hook in multiprocessing. (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Sun Sep 9 20:02:26 CEST 2012
- Previous message: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 2
- Next message: [Python-Dev] cpython (3.2): Issue #15881: Fixed atexit hook in multiprocessing.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 9 Sep 2012 19:28:07 +0200 (CEST) alexander.belopolsky <python-checkins at python.org> wrote:
http://hg.python.org/cpython/rev/27d410dd5431 changeset: 78922:27d410dd5431 branch: 3.2 parent: 78895:adc5e6aca251 user: Alexander Belopolsky <alexander.belopolsky at gmail.com> date: Sun Sep 09 13:16:15 2012 -0400 summary: Issue #15881: Fixed atexit hook in multiprocessing.
files: Doc/ACKS.txt | 1 + Lib/multiprocessing/util.py | 50 ++++++++++++++++++------- 2 files changed, 37 insertions(+), 14 deletions(-)
diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -236,3 +236,4 @@ * Moshe Zadka * Milan Zamazal * Cheng Zhang + * Chris McDonough
You really want to credit code contributions in Misc/ACKS, not Doc/ACKS.txt. Furthermore, the entries should probably be inserted in (rough) alphabetical order.
Regards
Antoine.
-- Software development and contracting: http://pro.pitrou.net
- Previous message: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 2
- Next message: [Python-Dev] cpython (3.2): Issue #15881: Fixed atexit hook in multiprocessing.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]