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 gvanrossum
Recipients gvanrossum, pitrou, vstinner
Date 2013-10-20.03:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382239616.84.0.587724405351.issue19306@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, another oddity in traceback.c: dump_hexadecimal() has the "int fd" argument at the end, while all other dump_*() functions have it at the front -- even its cousin dump_decimal(). Here's a patch that includes a fix.
History
Date User Action Args
2013-10-20 03:26:56gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner
2013-10-20 03:26:56gvanrossumsetmessageid: <1382239616.84.0.587724405351.issue19306@psf.upfronthosting.co.za>
2013-10-20 03:26:56gvanrossumlinkissue19306 messages
2013-10-20 03:26:56gvanrossumcreate