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 pitrou
Recipients pitrou, rhettinger, serhiy.storchaka
Date 2013-09-19.17:57:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379613438.2511.3.camel@fsol>
In-reply-to <1379611980.47.0.170159797009.issue19049@psf.upfronthosting.co.za>
Content
> I don't think we need Py_ssize_t for integers from 0 to 57.

IMO it's better to use Py_ssize_t there, since it can get combined with
other Py_ssize_t values. Avoiding spurious conversions eliminates a
common source of errors. We don't gain anything by keeping it as an int.
History
Date User Action Args
2013-09-19 17:57:21pitrousetrecipients: + pitrou, rhettinger, serhiy.storchaka
2013-09-19 17:57:21pitroulinkissue19049 messages
2013-09-19 17:57:21pitroucreate