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 eric.araujo
Recipients dep, eric.araujo
Date 2010-08-27.00:05:55
SpamBayes Score 3.2711048e-07
Marked as misclassified No
Message-id <1282867558.55.0.515587875828.issue9696@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report. This actually raises an error with current Pythons:

2.7 traceback: File "xdrlib.py", line 54, in pack_uint
    self.__buf.write(struct.pack('>L', x))
struct.error: integer out of range for 'L' format code

(The 3.x error message is slightly less helpful: “struct.error: argument out of range”).

Would you like to make a patch for this?

Bug triage tips: 2.6 only gets security fixes, bugs are not fixed there anymore. “Extension modules” are modules written in C, like time; Python modules map to the “Library” component.
History
Date User Action Args
2010-08-27 00:05:58eric.araujosetrecipients: + eric.araujo, dep
2010-08-27 00:05:58eric.araujosetmessageid: <1282867558.55.0.515587875828.issue9696@psf.upfronthosting.co.za>
2010-08-27 00:05:56eric.araujolinkissue9696 messages
2010-08-27 00:05:55eric.araujocreate