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 EdSchouten
Recipients EdSchouten, erik.bray, masamoto, r.david.murray, vstinner
Date 2016-11-10.16:56:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478797018.57.0.204556465988.issue25658@psf.upfronthosting.co.za>
In-reply-to
Content
CloudABI uses a structure type, which is exactly why I filed this bug report.

Instead of speculating about what kind of type existing implementations use, please just focus on the specification to which we're trying to stick: POSIX.

http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html

"All of the types shall be defined as arithmetic types of an appropriate length, with the following exceptions:

[...]
pthread_key_t
[...]"
History
Date User Action Args
2016-11-10 16:56:58EdSchoutensetrecipients: + EdSchouten, vstinner, r.david.murray, erik.bray, masamoto
2016-11-10 16:56:58EdSchoutensetmessageid: <1478797018.57.0.204556465988.issue25658@psf.upfronthosting.co.za>
2016-11-10 16:56:58EdSchoutenlinkissue25658 messages
2016-11-10 16:56:58EdSchoutencreate