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 Michael.Felt
Recipients David Carlier, Michael.Felt, koobs, pitrou
Date 2018-01-08.11:35:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <ab064a78-956d-4bf5-ea6d-3dadfeccab84@felt.demon.nl>
In-reply-to <1515155908.85.0.467229070634.issue32493@psf.upfronthosting.co.za>
Content
On 05/01/2018 13:38, Antoine Pitrou wrote:
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> Michael, does AIX have uint32_t?  If so, we could happily drop the unsigned32 reference.

Yes, AIX has unit32_t.

michael@x071:[/home/michael]grep unsigned32 /usr/include/*.h 
/usr/include/sys/*.h | grep typed
/usr/include/uuid.h:typedef u_int32_t unsigned32;      /* positive 32 
bit integer */
/usr/include/uuid.h:typedef unsigned32 boolean32;

>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue32493>
> _______________________________________
>
History
Date User Action Args
2018-01-08 11:35:34Michael.Feltsetrecipients: + pitrou, koobs, David Carlier
2018-01-08 11:35:34Michael.Feltlinkissue32493 messages
2018-01-08 11:35:34Michael.Feltcreate