[issue3002] shutil.copyfile blocks indefinitely on named pipes

Raghuram Devarakonda report at bugs.python.org
Thu May 29 17:45:47 CEST 2008


Raghuram Devarakonda <draghuram at gmail.com> added the comment:

I am not sure if copyfile() should be trying to copy named pipes (or any
other special files for that matter). The best way is perhaps to check
and skip such files.

----------
nosy: +draghuram

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3002>
_______________________________________


More information about the Python-bugs-list mailing list