mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Try to get hg to treat importlib.h as binary.
This commit is contained in:
parent
8a1d04c643
commit
c1b3f63653
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ def main(input_path, output_path):
|
|||
lines.append('};\n')
|
||||
with open(output_path, 'w') as output_file:
|
||||
output_file.write('\n'.join(lines))
|
||||
output_file.write('\u0000')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue