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 pitrou
Recipients pitrou, serhiy.storchaka, vstinner
Date 2020-04-16.14:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587048505.57.0.469490601645.issue40302@roundup.psfhosted.org>
In-reply-to
Content
Isn't pyport.h a public header?  IMHO you should put in a private header and make it an inline function there.

Here is for example what we do in Arrow:
https://github.com/apache/arrow/blob/master/cpp/src/arrow/util/bit_util.h#L48
History
Date User Action Args
2020-04-16 14:48:25pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2020-04-16 14:48:25pitrousetmessageid: <1587048505.57.0.469490601645.issue40302@roundup.psfhosted.org>
2020-04-16 14:48:25pitroulinkissue40302 messages
2020-04-16 14:48:25pitroucreate