Amaury Forgeot d'Arc <amaur...@gmail.com> 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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1701192>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to