]> granicus.if.org Git - python/commit
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Feb 2018 01:11:01 +0000 (17:11 -0800)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2018 01:11:01 +0000 (17:11 -0800)
commit3f6c172b702dccc90d16db8faa14b4fabda63ff6
treed02bfd9fb76d9485ea984f117f607b4a3edb0f70
parentec5569b08efd28fdc032fb8b474f588633ddf6af
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)

(cherry picked from commit 72d9b2be36f091793ae7ffc5ad751f040c6e6ad3)

Co-authored-by: Joffrey F <f.joffrey@gmail.com>
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2018-02-26-13-16-36.bpo-32713.55yegW.rst [new file with mode: 0644]