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 loewis
Recipients loewis, serhiy.storchaka, zach.ware
Date 2014-08-05.16:08:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407254907.15.0.870370114008.issue22136@psf.upfronthosting.co.za>
In-reply-to
Content
Grepping through the source shows that currently, the const always goes before the type (for char, wchar_t, Py_UCS2, and int). So please do this style adjustment and commit.
History
Date User Action Args
2014-08-05 16:08:27loewissetrecipients: + loewis, zach.ware, serhiy.storchaka
2014-08-05 16:08:27loewissetmessageid: <1407254907.15.0.870370114008.issue22136@psf.upfronthosting.co.za>
2014-08-05 16:08:27loewislinkissue22136 messages
2014-08-05 16:08:27loewiscreate