Oleg Babintsev added the comment:
Thanks for explanation.
--
___
Python tracker
<http://bugs.python.org/issue25717>
___
___
Python-bugs-list mailing list
Unsub
Oleg Babintsev added the comment:
My environment:
Windows as host OS, VirtualBox VM, Linux as guest OS
When temporary directory is a directory which mounted from the host OS, a
"OSError: [Errno 26] Text file busy" exception is thrown.
Test file:
import tempfile
with tempfile.Tem
Oleg Babintsev added the comment:
Problem is still actual for Python 2.7
Can you provide the fix for 2.7 too?
--
nosy: +Oleg Babintsev
versions: +Python 2.7 -Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/issue25