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.
Created on 2013年08月06日 16:11 by serhiy.storchaka, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| re_trace_format.patch | serhiy.storchaka, 2013年08月06日 16:11 | review | ||
| Messages (2) | |||
|---|---|---|---|
| msg194561 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年08月06日 16:11 | |
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. |
|||
| msg197006 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年09月05日 15:05 | |
New changeset 99310e5e1b1c by Serhiy Storchaka in branch '3.3': Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in http://hg.python.org/cpython/rev/99310e5e1b1c New changeset c41c68a18bb6 by Serhiy Storchaka in branch 'default': Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in http://hg.python.org/cpython/rev/c41c68a18bb6 New changeset 603b4d593758 by Serhiy Storchaka in branch '2.7': Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in http://hg.python.org/cpython/rev/603b4d593758 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:49 | admin | set | github: 62872 |
| 2013年09月05日 15:24:58 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2013年09月05日 15:05:39 | python-dev | set | nosy:
+ python-dev messages: + msg197006 |
| 2013年08月29日 10:13:50 | serhiy.storchaka | link | issue18685 dependencies |
| 2013年08月29日 10:12:28 | serhiy.storchaka | set | assignee: serhiy.storchaka |
| 2013年08月29日 10:11:56 | serhiy.storchaka | set | keywords: + needs review |
| 2013年08月20日 05:42:53 | Arfrever | set | nosy:
+ Arfrever |
| 2013年08月06日 16:11:58 | serhiy.storchaka | create | |