diff options
author | Ken Jin <kenjin@python.org> | 2024-03-07 16:21:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 16:21:21 (GMT) |
commit | 41457c7fdb04819d04a528b8dfa72c1aa5745cc9 (patch) | |
tree | 45a20bbed062946dae7b20c9fb616245b2751485 /Tools | |
parent | 4298d69d4b2f7d0e9d93ad325238930bd6235dbf (diff) | |
download | cpython-41457c7fdb04819d04a528b8dfa72c1aa5745cc9.zip cpython-41457c7fdb04819d04a528b8dfa72c1aa5745cc9.tar.gz cpython-41457c7fdb04819d04a528b8dfa72c1aa5745cc9.tar.bz2 |
gh-116381: Remove bad specializations, add fail stats (GH-116464)
* Remove bad specializations, add fail stats
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/jit/template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/jit/template.c b/Tools/jit/template.c index 8aaf458..504e6c8 100644 --- a/Tools/jit/template.c +++ b/Tools/jit/template.c @@ -13,6 +13,7 @@ #include "pycore_range.h" #include "pycore_setobject.h" #include "pycore_sliceobject.h" +#include "pycore_descrobject.h" #include "ceval_macros.h" |