This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients ezio.melotti, flox, ishimoto, loewis, python-dev, sbt, serhiy.storchaka, skrah, tim.golden, vstinner
Date 2012-11-02.16:05:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351872359.37.0.790019030426.issue15478@psf.upfronthosting.co.za>
In-reply-to
Content
Additionally, some of the changes cause a failure in test_subprocess:


======================================================================                                            
ERROR: test_no_leaking (test.test_subprocess.ProcessTestCase)                                                     
----------------------------------------------------------------------                                            
Traceback (most recent call last):                                                                                
  File "C:\Users\stefan\pydev\cpython\lib\test\test_subprocess.py", line 823, in test_no_leaking                  
    handles.append(os.open(tmpfile, os.O_WRONLY|os.O_CREAT))                                                      
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'c:\\users\\stefan\\appdata\\l
ocal\\temp\\tmpa41o4x\\@test_2236_tmp'                                                                            
                                                                                                                  
----------------------------------------------------------------------
History
Date User Action Args
2012-11-02 16:05:59skrahsetrecipients: + skrah, loewis, ishimoto, vstinner, tim.golden, ezio.melotti, flox, python-dev, sbt, serhiy.storchaka
2012-11-02 16:05:59skrahsetmessageid: <1351872359.37.0.790019030426.issue15478@psf.upfronthosting.co.za>
2012-11-02 16:05:59skrahlinkissue15478 messages
2012-11-02 16:05:58skrahcreate