Jorge Herskovic added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24484>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to