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 Jorge Herskovic
Recipients Jorge Herskovic, davin, ned.deily, sbt
Date 2015-06-24.13:17:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435151823.78.0.737548763381.issue24484@psf.upfronthosting.co.za>
In-reply-to
Content
Finally able to repro on my old Mac Pro at work (Universal 64/32bit 3.4.3 from python.org, OS X 10.10.3). For some reason I can't quite fathom, there were two exceptions this time.

Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/multiprocessing/util.py", line 286, in _exit_function
    _run_finalizers(0)
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/multiprocessing/util.py", line 246, in _run_finalizers
    items = [x for x in list(_finalizer_registry.items()) if f(x)]
RuntimeError: dictionary changed size during iteration
Exception ignored in: <Finalize object, dead>
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/multiprocessing/util.py", line 185, in __call__
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/multiprocessing/queues.py", line 207, in _finalize_close
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/threading.py", line 342, in notify
TypeError: 'NoneType' object is not callable
History
Date User Action Args
2015-06-24 13:17:03Jorge Herskovicsetrecipients: + Jorge Herskovic, ned.deily, sbt, davin
2015-06-24 13:17:03Jorge Herskovicsetmessageid: <1435151823.78.0.737548763381.issue24484@psf.upfronthosting.co.za>
2015-06-24 13:17:03Jorge Herskoviclinkissue24484 messages
2015-06-24 13:17:03Jorge Herskoviccreate