Serhiy Storchaka added the comment:

In general it looks good to me. But we can get rid of Python file and use only 
os.open/os.write/os.close. Here is an updated patch which carefully close a 
file descriptor and remove a file even if write or close failed.

Amir Szekely, can you please submit a contributor form?

http://python.org/psf/contrib/contrib-form/
http://python.org/psf/contrib/

----------
nosy: +georg.brandl, ncoghlan, serhiy.storchaka
Added file: 
http://bugs.python.org/file28966/fix_tempfile_leaving_files_behind_2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16800>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to