[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2013-04-13 Thread Dan Riti
Dan Riti added the comment: So I figured I'd give this one a shot...generated a patch to remove TYPE_INT64. Tests seem to pass, but please provide any guidance if I did something wrong! Thanks. -- keywords: +patch nosy: +dan.riti Added file:

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2013-04-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thank you, Daniel. The patch looks technically ok. Could you sign a contributor agreement? It will cover all your future contributions to Python: http://www.python.org/psf/contrib/ -- nosy: +pitrou ___ Python

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2013-04-13 Thread Dan Riti
Dan Riti added the comment: Antoine, I just filled one out maybe 2 hours ago (I'm at a CPython sprint in Boston). https://secure.echosign.com/public/viewAgreement?aid=T8FLXZG5LX3W2Neid=T8GPRVI62IXF2Y; -- ___ Python tracker rep...@bugs.python.org

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2013-04-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Antoine, I just filled one out maybe 2 hours ago (I'm at a CPython sprint in Boston). Ah, great, thank you! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15480

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2013-04-13 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- stage: needs patch - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15480 ___ ___

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2013-04-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: So, I've just tweaked the patch a bit so that ints longer than machine size are still tested for. Congrats for your first contribution! -- resolution: - fixed stage: patch review - committed/rejected status: open - closed

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2013-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74a440984b20 by Antoine Pitrou in branch 'default': Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. http://hg.python.org/cpython/rev/74a440984b20 -- nosy: +python-dev ___

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2013-04-13 Thread Dan Riti
Dan Riti added the comment: Looks great, thanks Antoine! =) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15480 ___ ___ Python-bugs-list

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2012-11-12 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +eric.snow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15480 ___ ___ Python-bugs-list

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2012-11-09 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +larry priority: deferred blocker - release blocker stage: - needs patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15480

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2012-07-28 Thread Martin v . Löwis
New submission from Martin v. Löwis: As a follow-up of issue15466, TYPE_INT64 can be deleted in Python 3.4. -- messages: 166670 nosy: loewis priority: deferred blocker severity: normal status: open title: Drop TYPE_INT64 from marshal in Python 3.4 versions: Python 3.4