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 xdegaye
Recipients Arfrever, Sjlver, WanderingLogic, brett.cannon, doko, koobs, loewis, martin.panter, pitrou, python-dev, xdegaye
Date 2016-04-20.09:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461146394.59.0.901814444659.issue22359@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, thanks for the review and the suggestions.

The attached patch makes the following changes:
* do not modify the source files so as not to break builds made from
  read-only build sources (as per issue 15819)
* the cross-build copies the graminit.[ch] files to the build directory
* fix tab indentation

Patch tested by checking that the graminit.[ch] time stamps do not
change in the source directory afer a build and after a cross-build,
and by running the test suite both natively and on android emulator.
History
Date User Action Args
2016-04-20 09:59:54xdegayesetrecipients: + xdegaye, loewis, brett.cannon, doko, pitrou, Arfrever, python-dev, martin.panter, koobs, Sjlver, WanderingLogic
2016-04-20 09:59:54xdegayesetmessageid: <1461146394.59.0.901814444659.issue22359@psf.upfronthosting.co.za>
2016-04-20 09:59:54xdegayelinkissue22359 messages
2016-04-20 09:59:54xdegayecreate