Message245738
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 |
|
Date |
User |
Action |
Args |
2015-06-24 13:17:03 | Jorge Herskovic | set | recipients:
+ Jorge Herskovic, ned.deily, sbt, davin |
2015-06-24 13:17:03 | Jorge Herskovic | set | messageid: <1435151823.78.0.737548763381.issue24484@psf.upfronthosting.co.za> |
2015-06-24 13:17:03 | Jorge Herskovic | link | issue24484 messages |
2015-06-24 13:17:03 | Jorge Herskovic | create | |
|