[issue42835] Can't Built libxml2 When Using Python 3.9.x

Michael L. Boom report at bugs.python.org
Wed Jan 6 00:29:59 EST 2021


Michael L. Boom <mikeboom at mikeboom.com> added the comment:

The gcc 10.x seems to think this is also a bug:

/local/users/michael.l.boom/gits/scoring_engine/git/aae_build_python_3.9.1/include/python3.9/object.h:633:41: error: expected ‘(’ before ‘PyType_HasFeature’
  633 | #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)

----------

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


More information about the Python-bugs-list mailing list