[issue24034] Make fails Objects/typeslots.inc

Masayuki Yamamoto report at bugs.python.org
Thu Apr 23 06:50:39 CEST 2015


Masayuki Yamamoto added the comment:

I wrote the patch to replace $(PYTHON).

Changes:
Add TYPESLOTSGEN to configure.ac.  TYPESLOTSGEN values is the built-in python.
If the built-in python is not found, TYPESLOTSGEN echoes message that is skipping like ASDLGEN.
Generated the configure script using autoreconf.
Modify Makefile.pre.in to replace $(PYTHON) to $(TYPESLOTSGEN).
And remove $(PYTHON) that isn't used anywhere.  It seems already needless.

Although I understand that the generated file touch can avoid to fail regenerate, I want to check built-in python to generate safer the Objects/typeslots.inc.

----------
keywords: +patch
Added file: http://bugs.python.org/file39178/3.4-issue24034-make-fails-typeslots.inc.patch

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


More information about the Python-bugs-list mailing list