﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2330	Exceptions are raised when terminating the development server with USE_I18N = False	bahamut@…	Adrian Holovaty	"The following exception tracebacks are printed when terminating or reloading the development server with USE_I18N = False. When that setting is set to True, those exceptions do no occur.


{{{
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/atexit.py"", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/threading.py"", line 638, in __exitfunc
    self._Thread__delete()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/threading.py"", line 522, in __delete
    del _active[_get_ident()]
KeyError: -1610551912
Error in sys.exitfunc:
Traceback (most recent call last):
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/atexit.py"", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/threading.py"", line 638, in __exitfunc
    self._Thread__delete()
  File ""/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/threading.py"", line 522, in __delete
    del _active[_get_ident()]
KeyError: -1610551912
}}}

I am running Django from Subversion trunk on Mac OS X 10.4.7 PPC, python 2.4 (from DarwinPorts)."	defect	closed	Tools		minor	fixed			Unreviewed	0	0	0	0	0	0
