[issue36642] make unicodedata "const"

2019-04-16 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue36642] make unicodedata "const"

2019-04-16 Thread Inada Naoki
Inada Naoki added the comment: New changeset 6fec905de5c139017f36b212e54cac46959808fe by Inada Naoki in branch 'master': bpo-36642: make unicodedata const (GH-12855) https://github.com/python/cpython/commit/6fec905de5c139017f36b212e54cac46959808fe -- ___

[issue36642] make unicodedata "const"

2019-04-16 Thread Inada Naoki
Change by Inada Naoki : -- keywords: +patch pull_requests: +12781 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue36642] make unicodedata "const"

2019-04-16 Thread STINNER Victor
STINNER Victor added the comment: Can you write a PR? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue36642] make unicodedata "const"

2019-04-16 Thread Inada Naoki
New submission from Inada Naoki : diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index 9327693a17..2550b8f940 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -1249,7 +1249,7 @@ class Array: size = getsize(self.dat