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 skrah
Recipients loewis, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah
Date 2012-11-18.18:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353262184.34.0.301696939293.issue16496@psf.upfronthosting.co.za>
In-reply-to
Content
Is PY_UINT32_T a big problem? I hope that one day we can use the
C99 types directly. Visual Studio finally supports stdint.h, and
I'm not aware of any compiler that does not.

Consider cdecimal as a trial balloon: It compiles on all obscure
snakebite platforms, and I'm almost willing to bet that there won't
be any reports due to the C99 types.
History
Date User Action Args
2012-11-18 18:09:44skrahsetrecipients: + skrah, loewis, rhettinger, mark.dickinson, pitrou, serhiy.storchaka
2012-11-18 18:09:44skrahsetmessageid: <1353262184.34.0.301696939293.issue16496@psf.upfronthosting.co.za>
2012-11-18 18:09:44skrahlinkissue16496 messages
2012-11-18 18:09:44skrahcreate