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 theller
Recipients
Date 2007-04-20.19:33:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The patch is only correct for Python2.5 and later, earlier Python versions don't have the Py_ssize_t type (or, when it's defined, it has still the same size as int in these versions).  Unfortunately the 'n' typecode also isn't available in these versions.

Also the patch has to be extended for Windows, the LoadLibrary function has the same problem.

Would you like to extend this patch (for Windows, I can do it myself later)?
History
Date User Action Args
2007-08-23 15:58:03adminlinkissue1703286 messages
2007-08-23 15:58:03admincreate