#13239: 'makemessages' regression test raises error on close
-------------------------------+--------------------------------------------
 Reporter:  russellm           |       Owner:  nobody    
   Status:  new                |   Milestone:  1.2       
Component:  Testing framework  |     Version:  1.1       
 Keywords:                     |       Stage:  Unreviewed
Has_patch:  0                  |  
-------------------------------+--------------------------------------------
 If you run the makemessages unit test, you get an error printed after the
 test success has been reported::
 {{{
 Exception exceptions.AttributeError: "'NoneType' object has no attribute
 'maxint'" in <bound method Popen.__del__ of <subprocess.Popen object at
 0x128bef0>> ignored
 }}}

 This appears to be due to a [http://bugs.python.org/issue5099 bug in
 Python], but there's an easy workaround - manually force the deletion of
 the Popen object.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13239>
Django <http://code.djangoproject.com/>
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?hl=en.

Reply via email to