Fix rwx .rodata in python.com on aarch64

This commit is contained in:
Justine Tunney 2023-06-16 16:25:04 -07:00
parent 4eebd6b9dc
commit 1353db7d3f
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
65 changed files with 65 additions and 65 deletions

View file

@ -236,7 +236,7 @@ END_CODECS_LIST
I_AM_A_MODULE_FOR(hk)
_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__codecs_hk = {
_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__codecs_hk = {
"_codecs_hk",
PyInit__codecs_hk,
};