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 mark.dickinson
Recipients mark.dickinson, thoger
Date 2010-05-10.17:16:39
SpamBayes Score 1.9099603e-07
Marked as misclassified No
Message-id <1273511800.66.0.350264269962.issue8674@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, writing portable tests turns out to be tricky;  I also don't want to write tests based on int that'll fail when/if Py_ssize_t is substituted.

Applied the patch (with a couple of minor changes) in r81045 through r81048.  I'll open another issue for the int->Py_ssize_t changes.

Thanks again for the patch!
History
Date User Action Args
2010-05-10 17:16:40mark.dickinsonsetrecipients: + mark.dickinson, thoger
2010-05-10 17:16:40mark.dickinsonsetmessageid: <1273511800.66.0.350264269962.issue8674@psf.upfronthosting.co.za>
2010-05-10 17:16:39mark.dickinsonlinkissue8674 messages
2010-05-10 17:16:39mark.dickinsoncreate