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 ronaldoussoren
Recipients ammar2, benjamin.peterson, cstratak, gregory.p.smith, mark.dickinson, meador.inge, miss-islington, petr.viktorin, ronaldoussoren, skrah, vstinner
Date 2020-03-17.18:51:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584471064.28.0.736491108754.issue39689@roundup.psfhosted.org>
In-reply-to
Content
Note that the implementation of np_bool in _struct.c [1] is incorrect because this is supposed to access a boolean of a standard size, but uses _Bool. The size of _Bool is not prescribed, and IIRC sizeof(_Bool) was 4 with the compilers used for macOS/PPC.

[1] https://github.com/python/cpython/blob/master/Modules/_struct.c#L703
History
Date User Action Args
2020-03-17 18:51:04ronaldoussorensetrecipients: + ronaldoussoren, gregory.p.smith, mark.dickinson, vstinner, benjamin.peterson, petr.viktorin, skrah, meador.inge, cstratak, ammar2, miss-islington
2020-03-17 18:51:04ronaldoussorensetmessageid: <1584471064.28.0.736491108754.issue39689@roundup.psfhosted.org>
2020-03-17 18:51:04ronaldoussorenlinkissue39689 messages
2020-03-17 18:51:04ronaldoussorencreate