[issue1701192] symbol conflict for 'readahead'

Amaury Forgeot d'Arc report at bugs.python.org
Sun Mar 8 10:18:53 CET 2009


Amaury Forgeot d'Arc <amauryfa at 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 <report at bugs.python.org>
<http://bugs.python.org/issue1701192>
_______________________________________


More information about the Python-bugs-list mailing list