On 1/13/2011 5:28 AM, dzizes451 wrote:
Hello!I wrote a python (2.6) deamon running on linux. Program (deamon, manager) collects lets say work-orders from db and creates sub- processes for each one. Sub-processes do their job with out problems, errors, exceptions. However, sometimes deamon throws: Traceback (most recent call last): File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs)
I would either just try 2.7 or at least examine What's New or even Misc/NEWS in the repository to see if there were changes that affect this. My impression is that there were.
-- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list
