| // Implementation of PEP 585: support list[int] etc. | |
| extern "C" { | |
| PyAPI_FUNC(PyObject *) Py_GenericAlias(PyObject *, PyObject *); | |
| PyAPI_DATA(PyTypeObject) Py_GenericAliasType; | |
| } | |
| // Implementation of PEP 585: support list[int] etc. | |
| extern "C" { | |
| PyAPI_FUNC(PyObject *) Py_GenericAlias(PyObject *, PyObject *); | |
| PyAPI_DATA(PyTypeObject) Py_GenericAliasType; | |
| } | |