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 tari
Recipients tari
Date 2012-05-14.00:13:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336954414.18.0.61439717267.issue14801@psf.upfronthosting.co.za>
In-reply-to
Content
Cross-compiling the interpreter for a system without a definition for ssize_t fails in PyType_FromSpec (Object/typeobject.c:2380 in the 3.2.3 release, line 2409 in hg 6b8f34a1cb22).

It appears the type of len should be corrected to size_t to match the signatures of strlen and memcpy.  This fixes the compilation error.
History
Date User Action Args
2012-05-14 00:13:34tarisetrecipients: + tari
2012-05-14 00:13:34tarisetmessageid: <1336954414.18.0.61439717267.issue14801@psf.upfronthosting.co.za>
2012-05-14 00:13:33tarilinkissue14801 messages
2012-05-14 00:13:33taricreate