Message174537
| 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'
---------------------------------------------------------------------- |
|