-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
OS-macOS-windowsbuildThe build process and cross-buildThe build process and cross-buildtopic-unicodetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
cpython/Tools/unicode/makeunicodedata.py
Line 38 in 2a6b6b3
SCRIPT = sys.argv[0] cpython/Tools/unicode/makeunicodedata.py
Line 292 in 2a6b6b3
fprint("/* this file was generated by %s %s */" % (SCRIPT, VERSION))
This produces:
/* this file was generated by ./Tools/unicode/makeunicodedata.py 3.3 */
on macos.
Compare it with the current file:
cpython/Modules/unicodedata_db.h
Line 1 in 2a6b6b3
/* this file was generated by Tools/unicode/makeunicodedata.py 3.3 */ |
I will send a fix to produce the same results on different platforms.
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-macOS-windowsbuildThe build process and cross-buildThe build process and cross-buildtopic-unicodetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error