diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-02-16 03:06:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 03:06:38 (GMT) |
commit | 6c8958948666403f2370ca7b4c0a52b2010ec16d (patch) | |
tree | 29d0c1b9c8d9c7872df6aeaf7f3eb4b89423b552 /Makefile.pre.in | |
parent | 602630ac1855e38ef06361c68f6e216375a06180 (diff) | |
download | cpython-6c8958948666403f2370ca7b4c0a52b2010ec16d.zip cpython-6c8958948666403f2370ca7b4c0a52b2010ec16d.tar.gz cpython-6c8958948666403f2370ca7b4c0a52b2010ec16d.tar.bz2 |
bpo-46541: Drop the check for orphaned global strings. (gh-31363)
https://bugs.python.org/issue46541
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9b08929..2464bbd 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2436,9 +2436,6 @@ patchcheck: @DEF_MAKE_RULE@ check-limited-abi: all $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/stable_abi.py --all $(srcdir)/Misc/stable_abi.txt -check-global-objects: all - $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/generate_global_objects.py --check - .PHONY: update-config update-config: curl -sL -o config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' |