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

Guido van Rossum report at bugs.python.org
Wed Jan 6 00:18:02 EST 2021


Guido van Rossum <guido at python.org> added the comment:

Looks to me like this line is at fault:

  607 |     } else if PyLong_Check(obj) {

That's not valid C. In the GitHub mirror this line has been corrected.

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list