Skip to content

make regen-unicodedata produces different file on macos and windows #126525

@sobolevn

Description

@sobolevn

Bug report

  1. SCRIPT = sys.argv[0]
  2. 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:

/* 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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions