mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
GH-102181: Improve specialization stats for SEND (GH-102182)
This commit is contained in:
parent
7b8d7f56b6
commit
373bca0cc5
4 changed files with 49 additions and 44 deletions
|
|
@ -1406,9 +1406,6 @@ typedef struct _PyAsyncGenWrappedValue {
|
|||
#define _PyAsyncGenWrappedValue_CheckExact(o) \
|
||||
Py_IS_TYPE(o, &_PyAsyncGenWrappedValue_Type)
|
||||
|
||||
#define PyAsyncGenASend_CheckExact(o) \
|
||||
Py_IS_TYPE(o, &_PyAsyncGenASend_Type)
|
||||
|
||||
|
||||
static int
|
||||
async_gen_traverse(PyAsyncGenObject *gen, visitproc visit, void *arg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue