#2330: Exceptions are raised when terminating the development server with 
USE_I18N
= False
----------------------------------+-----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  adrian
     Type:  defect                |      Status:  new   
 Priority:  low                   |   Milestone:        
Component:  Tools                 |     Version:        
 Severity:  minor                 |    Keywords:        
----------------------------------+-----------------------------------------
 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).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2330>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to