https://github.com/python/cpython
Revision c2e1607a51d7a17f143b5a34e8cff7c6fc58a091 authored by INADA Naoki on 26 November 2018, 12:23:22 UTC, committed by Miss Islington (bot) on 26 November 2018, 12:23:22 UTC


There are some same consts in a module.  This commit merges them into
single instance.  It reduces number of objects in memory after loading modules.


https://bugs.python.org/issue34100
1 parent f0b366a
History
Tip revision: c2e1607a51d7a17f143b5a34e8cff7c6fc58a091 authored by INADA Naoki on 26 November 2018, 12:23:22 UTC
bpo-34100: Merge constants recursively (GH-8341)
Tip revision: c2e1607
File Mode Size
ci.yml -rw-r--r-- 2.7 KB
docker-steps.yml -rw-r--r-- 2.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 1.9 KB
pr.yml -rw-r--r-- 1.8 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-steps.yml -rw-r--r-- 1.2 KB

back to top