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.

classification
Title: Haiku build fix - posix module
Type: compile error Stage:
Components: Extension Modules Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: devnexen, gregory.p.smith
Priority: normal Keywords:

Created on 2020-06-21 17:35 by devnexen, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 21032 open devnexen, 2020-06-21 17:35
Messages (1)
msg372014 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2020-06-21 19:32
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.
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85239
2020-06-21 19:32:01gregory.p.smithsetnosy: + gregory.p.smith
messages: + msg372014
2020-06-21 17:35:06devnexencreate