This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients benjamin.peterson, ezio.melotti, methane, vstinner
Date 2019-04-16.12:49:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555418998.59.0.0730766026669.issue36642@roundup.psfhosted.org>
In-reply-to
Content
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.data)
         if trace:
             print(self.name+":", size*len(self.data), "bytes", file=sys.stderr)
-        file.write("static ")
+        file.write("static const ")
         if size == 1:
             file.write("unsigned char")
         elif size == 2:
History
Date User Action Args
2019-04-16 12:49:58methanesetrecipients: + methane, vstinner, benjamin.peterson, ezio.melotti
2019-04-16 12:49:58methanesetmessageid: <1555418998.59.0.0730766026669.issue36642@roundup.psfhosted.org>
2019-04-16 12:49:58methanelinkissue36642 messages
2019-04-16 12:49:58methanecreate