mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
This commit is contained in:
parent
674dbf3b3a
commit
2c8f329dc6
16 changed files with 199 additions and 38 deletions
|
@ -19,6 +19,8 @@
|
|||
#include "pycore_warnings.h" // _PyErr_WarnUnawaitedCoroutine()
|
||||
|
||||
|
||||
#include "opcode_ids.h" // RESUME, etc
|
||||
|
||||
// Forward declarations
|
||||
static PyObject* gen_close(PyObject *, PyObject *);
|
||||
static PyObject* async_gen_asend_new(PyAsyncGenObject *, PyObject *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue