Re: [Python-Dev] cpython (3.2): Issue #15881: Fixed atexit hook in multiprocessing.

2012-09-09 Thread Alexander Belopolsky
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 wrote: > You really want to credit code contributions in Misc/ACKS, not > Doc/ACKS.txt. Furthermore, the entries should probably be inserted i

Re: [Python-Dev] cpython (3.2): Issue #15881: Fixed atexit hook in multiprocessing.

2012-09-09 Thread Antoine Pitrou
On Sun, 9 Sep 2012 19:28:07 +0200 (CEST) alexander.belopolsky wrote: > http://hg.python.org/cpython/rev/27d410dd5431 > changeset: 78922:27d410dd5431 > branch: 3.2 > parent: 78895:adc5e6aca251 > user:Alexander Belopolsky > date:Sun Sep 09 13:16:15 2012 -0400 > summary: