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 dmalcolm
Recipients dmalcolm, mark.dickinson, pitrou
Date 2012-04-12.21:53:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334267634.8.0.69560727969.issue9960@psf.upfronthosting.co.za>
In-reply-to
Content
The originally attached patch is no good for the the 2.* branch, as it appears that _testcapimodule.c will not become "ssize_t" safe in Python 2.*; see e.g.:
  http://hg.python.org/cpython/rev/3ecddf168f1f

Am attaching a revised patch that I'm applying downstream in Fedora's builds of 2.7.3
History
Date User Action Args
2012-04-12 21:53:54dmalcolmsetrecipients: + dmalcolm, mark.dickinson, pitrou
2012-04-12 21:53:54dmalcolmsetmessageid: <1334267634.8.0.69560727969.issue9960@psf.upfronthosting.co.za>
2012-04-12 21:53:54dmalcolmlinkissue9960 messages
2012-04-12 21:53:54dmalcolmcreate