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 serhiy.storchaka
Recipients ezio.melotti, mrabarnett, serhiy.storchaka
Date 2013-08-06.16:11:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375805518.91.0.887667887132.issue18672@psf.upfronthosting.co.za>
In-reply-to
Content
When the VERBOSE macro name is defined in _sre.c the TRACE macro prints regex processing trace. It use the %d format specifier for Py_ssize_t values. This can crash on 64-bit. Proposed patch fixes format strings.
History
Date User Action Args
2013-08-06 16:11:58serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett
2013-08-06 16:11:58serhiy.storchakasetmessageid: <1375805518.91.0.887667887132.issue18672@psf.upfronthosting.co.za>
2013-08-06 16:11:58serhiy.storchakalinkissue18672 messages
2013-08-06 16:11:58serhiy.storchakacreate