]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add more const modifiers. (GH-26691)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Jun 2021 13:11:59 +0000 (16:11 +0300)
committerGitHub <noreply@github.com>
Sat, 12 Jun 2021 13:11:59 +0000 (16:11 +0300)
commitbe8b631b7a587aa781245e14c8cca32970e1be5b
treee754599e2e72d6e327667f1b8788f2d34d6fda36
parent9f1c5f6e8af6ba3f659b2aea1e221ac9695828ba
Add more const modifiers. (GH-26691)
Include/cpython/code.h
Include/internal/pycore_code.h
Modules/_zoneinfo.c
Objects/codeobject.c
Objects/unicodeobject.c
Parser/pegen.c
Parser/pegen.h
Parser/string_parser.c
Python/specialize.c