mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +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
|
|
@ -77,6 +77,8 @@ PyAPI_FUNC(PyObject *) PyAsyncGen_New(PyFrameObject *,
|
|||
|
||||
#define PyAsyncGen_CheckExact(op) Py_IS_TYPE((op), &PyAsyncGen_Type)
|
||||
|
||||
#define PyAsyncGenASend_CheckExact(op) Py_IS_TYPE((op), &_PyAsyncGenASend_Type)
|
||||
|
||||
|
||||
#undef _PyGenObject_HEAD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue