Message125400
| Author | vstinner |
|---|---|
| Recipients | amaury.forgeotdarc, vstinner |
| Date | 2011-01-05.03:10:10 |
| SpamBayes Score | 0.00017962587 |
| Marked as misclassified | No |
| Message-id | <1294197013.38.0.974972662633.issue10833@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
use_format.patch is a patch to avoid PyOS_snprintf() with a fixed buffer: use directly PyUnicode_FromFormat(), PyErr_Format() or PySys_FormatStderr() instead. This patch is just a draft, it should be tested :-) There are other calls to PyOS_snprintf() that can be replaced. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-05 03:10:13 | vstinner | set | recipients: + vstinner, amaury.forgeotdarc |
| 2011-01-05 03:10:13 | vstinner | set | messageid: <1294197013.38.0.974972662633.issue10833@psf.upfronthosting.co.za> |
| 2011-01-05 03:10:11 | vstinner | link | issue10833 messages |
| 2011-01-05 03:10:11 | vstinner | create | |