mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
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:
parent
1e69cd1634
commit
f7c380ef67
6 changed files with 237 additions and 39 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue