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 ndparker
Recipients benjamin.peterson, loewis, ndparker, serhiy.storchaka, vstinner
Date 2012-06-04.07:05:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338793538.14.0.42620278429.issue14993@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not talking about compiling python but my extension module. I *do* try supporting c89. Also relying on implementation extensions is bad style.

I think, there's a huge difference between public header files (standards are good) and linked C code (do whatever you like, although standards are good here as well). OTOH, is there a real difference between char:1 and int:1? That's what we're actually discussing here. If not, I suggest simply using int:1 and be done with it.
History
Date User Action Args
2012-06-04 07:05:38ndparkersetrecipients: + ndparker, loewis, vstinner, benjamin.peterson, serhiy.storchaka
2012-06-04 07:05:38ndparkersetmessageid: <1338793538.14.0.42620278429.issue14993@psf.upfronthosting.co.za>
2012-06-04 07:05:37ndparkerlinkissue14993 messages
2012-06-04 07:05:37ndparkercreate