#11869: makemessages command hangs when there're many errors in the .po file
-------------------------------------------+--------------------------------
          Reporter:  jmv                   |         Owner:  nobody             
            
            Status:  new                   |     Milestone:  1.2                
            
         Component:  Internationalization  |       Version:  SVN                
            
        Resolution:                        |      Keywords:  gettext, msgmerge, 
popen3, i18n
             Stage:  Accepted              |     Has_patch:  1                  
            
        Needs_docs:  0                     |   Needs_tests:  0                  
            
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Changes (by ramiro):

  * has_patch:  0 => 1
  * version:  1.1 => SVN

Comment:

 I've implemented (and tested under Linux and Windows with .po files that
 generate 250+ msgmerge warnings) the change suggested by soulburner and
 the `subprocess` module documentation (particularly with the use of the
 `close_fds` argument argument in the `Popen` object).

 This patch also fixes #12783 (using `universal_newlines=True` argument in
 the `Popen` object construction).

 Feel free to change the `_popen3` name I chose for the helper function.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11869#comment:3>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to