This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author masamoto
Recipients masamoto
Date 2015-04-23.04:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429764639.34.0.936383638288.issue24034@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-23 04:50:39masamotosetrecipients: + masamoto
2015-04-23 04:50:39masamotosetmessageid: <1429764639.34.0.936383638288.issue24034@psf.upfronthosting.co.za>
2015-04-23 04:50:39masamotolinkissue24034 messages
2015-04-23 04:50:39masamotocreate