diff options
author | 2020-07-30 10:03:00 +0100 | |
---|---|---|
committer | 2020-07-30 10:03:00 +0100 | |
commit | 6e8128f02e1d36e38e5866f9dc36e051caa47bc9 (patch) | |
tree | 69cb790e96057a35333a9a2de94934d9ab3aab9d /Makefile.pre.in | |
parent | bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677) (diff) | |
download | cpython-6e8128f02e1d36e38e5866f9dc36e051caa47bc9.tar.gz cpython-6e8128f02e1d36e38e5866f9dc36e051caa47bc9.tar.bz2 cpython-6e8128f02e1d36e38e5866f9dc36e051caa47bc9.zip |
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
* Move 'peephole' optimizations into compile.c and perform them directly on the CFG.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 6b8f4e086ef..0a19313ea99 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -354,7 +354,6 @@ PYTHON_OBJS= \ Python/mysnprintf.o \ Python/mystrtoul.o \ Python/pathconfig.o \ - Python/peephole.o \ Python/preconfig.o \ Python/pyarena.o \ Python/pyctype.o \ |