diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2024-07-10 22:48:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 22:48:37 (GMT) |
commit | 6557af669899f18f8d123f8e1b6c3380d502c519 (patch) | |
tree | 69054c6acced74cae1cad6739ae110131c5c4cf1 /configure.ac | |
parent | ef10110cd781afe8ddd3e65a54dc2b5ed2cb3187 (diff) | |
download | cpython-6557af669899f18f8d123f8e1b6c3380d502c519.zip cpython-6557af669899f18f8d123f8e1b6c3380d502c519.tar.gz cpython-6557af669899f18f8d123f8e1b6c3380d502c519.tar.bz2 |
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 705f875..87c4df2 100644 --- a/configure.ac +++ b/configure.ac @@ -7689,7 +7689,6 @@ PY_STDLIB_MOD_SIMPLE([_csv]) PY_STDLIB_MOD_SIMPLE([_heapq]) PY_STDLIB_MOD_SIMPLE([_json]) PY_STDLIB_MOD_SIMPLE([_lsprof]) -PY_STDLIB_MOD_SIMPLE([_opcode]) PY_STDLIB_MOD_SIMPLE([_pickle]) PY_STDLIB_MOD_SIMPLE([_posixsubprocess]) PY_STDLIB_MOD_SIMPLE([_queue]) |