[issue26662] configure/Makefile doesn't check if "python" command works, needed to build Objects/typeslots.inc

STINNER Victor report at bugs.python.org
Tue Mar 29 19:13:41 EDT 2016


STINNER Victor added the comment:

> Typeslots.inc is listed in the .hgtouch file, so you might be able to work around by running “make touch” before building.

My initial issue is that "import ssl" fails with <class 'RuntimeError'>: invalid slot offset. This error is really strange and Google doesn't know it.

I probably missed something when I compiled Python, but I would prefer that Python build system detects such issues for me, rather than having to use workarounds.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26662>
_______________________________________


More information about the Python-bugs-list mailing list