GH-132732: Use pure op machinery to optimize COMPARE_OP_INT/FLOAT/STR (#137062)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
This commit is contained in:
Savannah Bailey 2025-07-25 19:02:04 -07:00 committed by GitHub
parent 1e69cd1634
commit f7c380ef67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 237 additions and 39 deletions

View file

@ -28,6 +28,7 @@
#include "pycore_range.h"
#include "pycore_unicodeobject.h"
#include "pycore_ceval.h"
#include "pycore_floatobject.h"
#include <stdarg.h>
#include <stdbool.h>