]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] Add more const modifiers. (GH-26691). (GH-26692)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Jun 2021 17:44:32 +0000 (20:44 +0300)
committerGitHub <noreply@github.com>
Sat, 12 Jun 2021 17:44:32 +0000 (18:44 +0100)
commitc43317d41e7248405f40864bcc62f675805f4fd0
tree665e1cc2011cca8ca4d271e7ca34bd9be8302c23
parentb441e99d89a3f05210cc36ade57699384986ca00
[3.10] Add more const modifiers. (GH-26691). (GH-26692)

(cherry picked from commit be8b631b7a587aa781245e14c8cca32970e1be5b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Include/cpython/code.h
Modules/_zoneinfo.c
Objects/codeobject.c
Objects/unicodeobject.c
Parser/pegen.c
Parser/pegen.h
Parser/string_parser.c