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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, loewis, wrohdewald
Date 2011-03-30.07:44:15
SpamBayes Score 0.022988224
Marked as misclassified No
Message-id <1301471056.81.0.698181721815.issue11717@psf.upfronthosting.co.za>
In-reply-to
Content
Should Python.h systematically avoid defining symbols without a Py prefix?
See attached patch, which defines Py_ssize_t in pyconfig.h.

The same can be said for other symbols defined there: pid_t, copysign, hypot.
History
Date User Action Args
2011-03-30 07:44:16amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, wrohdewald
2011-03-30 07:44:16amaury.forgeotdarcsetmessageid: <1301471056.81.0.698181721815.issue11717@psf.upfronthosting.co.za>
2011-03-30 07:44:16amaury.forgeotdarclinkissue11717 messages
2011-03-30 07:44:16amaury.forgeotdarccreate