# Bug report 1. https://github.com/python/cpython/blob/2a6b6b33dfe0f3c435abf2829b62ef3f1ef12cd3/Tools/unicode/makeunicodedata.py#L38 2. https://github.com/python/cpython/blob/2a6b6b33dfe0f3c435abf2829b62ef3f1ef12cd3/Tools/unicode/makeunicodedata.py#L292 This produces: ``` /* this file was generated by ./Tools/unicode/makeunicodedata.py 3.3 */ ``` on macos. Compare it with the current file: https://github.com/python/cpython/blob/2a6b6b33dfe0f3c435abf2829b62ef3f1ef12cd3/Modules/unicodedata_db.h#L1 I will send a fix to produce the same results on different platforms. <!-- gh-linked-prs --> ### Linked PRs * gh-126526 * gh-126725 * gh-126726 <!-- /gh-linked-prs -->
Bug report
cpython/Tools/unicode/makeunicodedata.py
Line 38 in 2a6b6b3
cpython/Tools/unicode/makeunicodedata.py
Line 292 in 2a6b6b3
This produces:
on macos.
Compare it with the current file:
cpython/Modules/unicodedata_db.h
Line 1 in 2a6b6b3
I will send a fix to produce the same results on different platforms.
Linked PRs
makeunicodedata.pyoutput on macOS and Windows #126526makeunicodedata.pyoutput on macOS and Windows (GH-126526) #126725makeunicodedata.pyoutput on macOS and Windows (GH-126526) #126726