Michael Felt <[email protected]> added the comment: On 05/01/2018 13:38, Antoine Pitrou wrote: > Antoine Pitrou <[email protected]> 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 <[email protected]> > <https://bugs.python.org/issue32493> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32493> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
