mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +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')
|
lines.append('};\n')
|
||||||
with open(output_path, 'w') as output_file:
|
with open(output_path, 'w') as output_file:
|
||||||
output_file.write('\n'.join(lines))
|
output_file.write('\n'.join(lines))
|
||||||
|
output_file.write('\u0000')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
|
@ -3107,3 +3107,4 @@ unsigned char _Py_M__importlib[] = {
|
||||||
13,12,9,12,15,12,17,15,2,6,2,12,41,18,25,12,
|
13,12,9,12,15,12,17,15,2,6,2,12,41,18,25,12,
|
||||||
23,12,15,24,34,12,45,
|
23,12,15,24,34,12,45,
|
||||||
};
|
};
|
||||||
|
|