This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Yaniv.Aknin
Recipients Thorney, Yaniv.Aknin, bobbyi, dpranke, gdb, jnoller, mattheww, pitrou, python-dev, tobami, vinay.sajip
Date 2012-01-14.06:53:29
SpamBayes Score 2.6941134e-09
Marked as misclassified No
Message-id <1326524010.42.0.928265413029.issue4106@psf.upfronthosting.co.za>
In-reply-to
Content
Ugh. Not 100% sure it's related, but I've been getting a similar traceback when running pip's test suite (python setup.py test) on OSX 10.6.8 with Python 2.7.2.

Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
    info('process shutting down')
TypeError: 'NoneType' object is not callable

Obviously it's not the exact same bug as fixed here, but Googling the traceback led me here and I do think it's the same genre of bug, i.e., multiprocessing's use of forking leads to issues when atexit is called (wasn't sure whether to open it here or #9207). Also, see https://groups.google.com/forum/#!topic/nose-users/fnJ-kAUbYHQ, it seems other users of the nose testsuite ran into this.

I'm afraid I won't have time to look much further into this (the reason I'm running pip's testsuite is that I'm already trying to make a contribution to pip...), but I thought it's best to at least mention it somewhere.
History
Date User Action Args
2012-01-14 06:53:30Yaniv.Akninsetrecipients: + Yaniv.Aknin, vinay.sajip, pitrou, mattheww, jnoller, Thorney, bobbyi, gdb, python-dev, dpranke, tobami
2012-01-14 06:53:30Yaniv.Akninsetmessageid: <1326524010.42.0.928265413029.issue4106@psf.upfronthosting.co.za>
2012-01-14 06:53:29Yaniv.Akninlinkissue4106 messages
2012-01-14 06:53:29Yaniv.Aknincreate