Amaury Forgeot d'Arc <[email protected]> added the comment: If your build process really needs fcntl.h in Python.h, I suggest to customize it again and add:
#ifdef Py_BUILD_CORE #define readahead do_readahead #endif ---------- nosy: +amaury.forgeotdarc resolution: -> invalid status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue1701192> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
