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 serhiy.storchaka
Recipients loewis, mark.dickinson, rhettinger, serhiy.storchaka
Date 2012-11-18.08:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353228098.51.0.546116346395.issue16496@psf.upfronthosting.co.za>
In-reply-to
Content
Are there any platforms without 32-bit integers (PY_UINT32_T can be uint32_t, unsigned int or long)? PyUCS4 also should be 32-bit, therefore Python requires such type.
History
Date User Action Args
2012-11-18 08:41:38serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, mark.dickinson
2012-11-18 08:41:38serhiy.storchakasetmessageid: <1353228098.51.0.546116346395.issue16496@psf.upfronthosting.co.za>
2012-11-18 08:41:38serhiy.storchakalinkissue16496 messages
2012-11-18 08:41:38serhiy.storchakacreate