[issue21044] tarfile does not handle file .name being an int

Antoine Pietri report at bugs.python.org
Thu Jul 17 18:16:53 CEST 2014


Antoine Pietri added the comment:

This change does not need to be merged on 2.7 anyway, as the os.fdopen sets the name attribute to '<fdopen>' and not to the fd, this check is not required prior to python 3.

Still, it would be interesting to investigate why this breaks 2.7 though.

----------
versions:  -Python 2.7

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


More information about the Python-bugs-list mailing list