[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-06-21 Thread Joachim Trouverie


Joachim Trouverie  added the comment:

Travis build failed for a reason unrelated to my changes. I relaunched it using 
an empty commit. 

If anyone could validate my changes I would rebase to validate my work.

--

___
Python tracker 
<https://bugs.python.org/issue29612>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-03-28 Thread Joachim Trouverie

Joachim Trouverie <joachim.trouve...@linoame.fr> added the comment:

Anyone for a review ?

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29612>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-02-26 Thread Joachim Trouverie

Joachim Trouverie <joachim.trouve...@linoame.fr> added the comment:

I created a PR for this issue for Python 2.7 
(https://github.com/python/cpython/pull/5753/files).

I just skip the link creation if the target path is equals to the link target. 
I don't see any corner case where this would be an unwanted behavior.

I am not sure either I should also create an unit test for this behavior.

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29612>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-02-19 Thread Joachim Trouverie

Joachim Trouverie <joachim.trouve...@linoame.fr> added the comment:

Is there anybody working on this issue or can I create a branch concerning it ?

--
nosy: +jtrouverie

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29612>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32540] venv docs - doesn't match behavior

2018-02-18 Thread Joachim Trouverie

Joachim Trouverie <joachim.trouve...@linoame.fr> added the comment:

Is there anybody working on this issue or can I make a PR ?

--
nosy: +jtrouverie

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32540>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com