Message 111518 - Python tracker
Message111518
| Author | ron_adam |
|---|---|
| Recipients | benjamin.peterson, pitrou, ron_adam, skrah |
| Date | 2010-07-25.01:56:18 |
| SpamBayes Score | 0.09974381 |
| Marked as misclassified | No |
| Message-id | <1280022981.75.0.54766106983.issue9319@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Trying to look at this a bit further... The PyErr_Format function then calls PyUnicode_FromFormatV in Objects/unicodeobject.c to do the actual formating. It looks like there have been a number of issues of this type. Search the tracker for unicodeobject.c and PyUnicode_FromFormatV. This may be related to http://bugs.python.org/issue7330. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-25 01:56:21 | ron_adam | set | recipients: + ron_adam, pitrou, benjamin.peterson, skrah |
| 2010-07-25 01:56:21 | ron_adam | set | messageid: <1280022981.75.0.54766106983.issue9319@psf.upfronthosting.co.za> |
| 2010-07-25 01:56:19 | ron_adam | link | issue9319 messages |
| 2010-07-25 01:56:18 | ron_adam | create | |