[issue39762] PyLong_AS_LONG missing from longobject.h

Enji Cooper report at bugs.python.org
Wed Feb 26 13:23:27 EST 2020


Enji Cooper <yaneurabeya at gmail.com> added the comment:

For the record, this seems like it might be the only discrepancy, per the py3c project's exported PyInt APIs:

$ for api in `awk '$2 ~ /^PyInt/ { print $3 }' include/py3c/compat.h`; do grep -q $api /usr/include/python2.7/longobject.h || echo $api; done
PyLong_AS_LONG

----------

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


More information about the Python-bugs-list mailing list