Re: [Python-Dev] cpython (3.2): Issue #15881: Fixed atexit hook in multiprocessing.
On Sun, 9 Sep 2012 19:28:07 +0200 (CEST) alexander.belopolsky <python-checkins@python.org> wrote:
http://hg.python.org/cpython/rev/27d410dd5431 changeset: 78922:27d410dd5431 branch: 3.2 parent: 78895:adc5e6aca251 user: Alexander Belopolsky <alexander.belopolsky@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
This change was in the original patch and I did not notice that it went into wrong file. Will fix it now. On Sun, Sep 9, 2012 at 2:02 PM, Antoine Pitrou <solipsis@pitrou.net> wrote:
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.
participants (2)
-
Alexander Belopolsky -
Antoine Pitrou