This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients Klamann, martin.panter, nadeem.vawda, xiang.zhang
Date 2016-06-02.03:26:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464838000.15.0.375988575926.issue27130@psf.upfronthosting.co.za>
In-reply-to
Content
Yes. It's compression object not compress.

I find more. The overflow checking is introduced to solve problem in issue8650. It seems the explicit overflow checking is introduced to keep compatibility with py2 (py2 raises the overflowerror in pyargparse).

I support loosing the limitation, but now it can only go into the next version of py3.
History
Date User Action Args
2016-06-02 03:26:40xiang.zhangsetrecipients: + xiang.zhang, nadeem.vawda, martin.panter, Klamann
2016-06-02 03:26:40xiang.zhangsetmessageid: <1464838000.15.0.375988575926.issue27130@psf.upfronthosting.co.za>
2016-06-02 03:26:40xiang.zhanglinkissue27130 messages
2016-06-02 03:26:39xiang.zhangcreate