[issue41067] Haiku build fix - posix module

Gregory P. Smith report at bugs.python.org
Sun Jun 21 15:32:01 EDT 2020


New submission from Gregory P. Smith <greg at krypto.org>:

This type of change might make more sense to integrate into configure.ac and pyconfig.h.in.  (does haiku use autoconf?)

But even if not, lets not scatter haiku ifdef HAIKU references all over the codebase.  Such ifdef's to redefine things should be lumped in a single maintainable spot in a given file, and if needed in multiple files they belong in a header.

----------
nosy: +gregory.p.smith

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41067>
_______________________________________


More information about the Python-bugs-list mailing list