Commit 1d25b6f0 authored by Antoine Pitrou's avatar Antoine Pitrou

Issue #15103: remove the NUL character (serving as a Mercurial binary marker)...

Issue #15103: remove the NUL character (serving as a Mercurial binary marker) from Python/importlib.h.
Instead the email notification hook uses a configuration option to omit importlib.h diffs.
parent 1617077b
......@@ -24,7 +24,6 @@ def main(input_path, output_path):
lines.append('};\n')
with open(output_path, 'w', encoding='utf-8') as output_file:
output_file.write('\n'.join(lines))
output_file.write('/* Mercurial binary marker: \x00 */')
# Avoid a compiler warning for lack of EOL
output_file.write('\n')
......
No preview for this file type
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment