[issue32713] tarfile.itn breaks if n is a negative float

2018-04-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue32713] tarfile.itn breaks if n is a negative float

2018-02-26 Thread miss-islington
miss-islington added the comment: New changeset a9a8a9814a52b3c92b3680f0b3a356116510ee18 by Miss Islington (bot) in branch '3.7': bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) https://github.com/python/cpython/commit/a9a8a9814a52b3c92b3680f0b3a356116510ee18 --

[issue32713] tarfile.itn breaks if n is a negative float

2018-02-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +5689 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32713] tarfile.itn breaks if n is a negative float

2018-02-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +5688 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32713] tarfile.itn breaks if n is a negative float

2018-01-29 Thread Joffrey F
Change by Joffrey F : -- keywords: +patch pull_requests: +5267 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list ma

[issue32713] tarfile.itn breaks if n is a negative float

2018-01-29 Thread Ned Deily
Change by Ned Deily : -- nosy: +lars.gustaebel ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue32713] tarfile.itn breaks if n is a negative float

2018-01-29 Thread Joffrey F
New submission from Joffrey F : Originally reported @ github.com/docker/compose/issues/5618 It seems that tarfile.itn() attempts to execute bitwise operations on a float if the n argument is a negative float, raising a TypeError. As pointed out in the original report, this is an issue when con