[pypy-issue] [issue934] subprocess hangs in 1.7 (but not in 1.6 or 1.5)

Garen Parham tracker at bugs.pypy.org
Sun Jan 29 12:15:12 CET 2012


Garen Parham <garen.p at gmail.com> added the comment:

In 1.7 and most recent win32 nightly (that built, from 1/22) pypy throws the 
following error pretty quickly:

Traceback (most recent call last):
  File "app_main.py", line 51, in run_toplevel
  File ".\waf", line 155, in <module>
    wafdir = find_lib()
  File ".\waf", line 152, in find_lib
    unpack_wafdir(dir)
  File ".\waf", line 109, in unpack_wafdir
    os.unlink(tmp)
WindowsError: [Error 32] The process cannot access the file because it is being 
used by another process.: t.bz2

No problems with cpython 2.7.2

----------
nosy: +Garen

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue934>
________________________________________


More information about the pypy-issue mailing list