diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2023-05-16 20:03:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 20:03:01 (GMT) |
commit | 20e994c535fea33b827e69323f80fec056a76250 (patch) | |
tree | 0f8813fa75b96e4e3d35a94b31a94c812128854f /Tools | |
parent | 5e9f471e7db30893fb3f42681f17fdcdb70069ee (diff) | |
download | cpython-20e994c535fea33b827e69323f80fec056a76250.zip cpython-20e994c535fea33b827e69323f80fec056a76250.tar.gz cpython-20e994c535fea33b827e69323f80fec056a76250.tar.bz2 |
GH-103092: isolate `pyexpat` (#104506)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/c-analyzer/cpython/globals-to-fix.tsv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv index 9863acd..e2b93a3 100644 --- a/Tools/c-analyzer/cpython/globals-to-fix.tsv +++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv @@ -458,7 +458,6 @@ Modules/_tkinter.c - trbInCmd - ## pre-allocated buffer Modules/nismodule.c nisproc_maplist_2 res - -Modules/pyexpat.c PyUnknownEncodingHandler template_buffer - ## other Include/datetime.h - PyDateTimeAPI - |