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 pitrou
Recipients Justin.Venus, georg.brandl, jcea, pitrou
Date 2012-06-19.09:46:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340099185.54.0.287696270797.issue15103@psf.upfronthosting.co.za>
In-reply-to
Content
> What is the purpose of the comment at the end of "Python/importlib.h"?

The purpose is to include a NUL character in the source file so that Mercurial treats this (generated) file as a binary file, and so that the diffs are omitted in commit notification e-mails.
Since this does not seem to ve valid C (or is it?), we will have to find something else, I think.
History
Date User Action Args
2012-06-19 09:46:25pitrousetrecipients: + pitrou, georg.brandl, jcea, Justin.Venus
2012-06-19 09:46:25pitrousetmessageid: <1340099185.54.0.287696270797.issue15103@psf.upfronthosting.co.za>
2012-06-19 09:46:24pitroulinkissue15103 messages
2012-06-19 09:46:24pitroucreate