Message 130208 - Python tracker
Message130208
| Author | loewis |
|---|---|
| Recipients | loewis, pitrou, twouters |
| Date | 2011-03-07.00:00:29 |
| SpamBayes Score | 7.6140616e-08 |
| Marked as misclassified | No |
| Message-id | <1299456032.06.0.574626845585.issue11410@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Exporting the SizeT functions on all systems is fine. It's not true that they aren't declared: they are declared in modsupport.h if PY_SSIZE_T_CLEAN is defined. Else they are not declared. The patch looks fine to. I agree that mere cleanup shouldn't get committed along with substantial changes. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-07 00:00:32 | loewis | set | recipients: + loewis, twouters, pitrou |
| 2011-03-07 00:00:32 | loewis | set | messageid: <1299456032.06.0.574626845585.issue11410@psf.upfronthosting.co.za> |
| 2011-03-07 00:00:29 | loewis | link | issue11410 messages |
| 2011-03-07 00:00:29 | loewis | create | |