Commit Graph

3 Commits

Author SHA1 Message Date
Miss Islington (bot) 53257cf19f bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199)
Fix PyAiter_Check to only check for the `__anext__` presense (not for
`__aiter__`). Rename `PyAiter_Check()` to `PyAIter_Check()`,
`PyObject_GetAiter()` -> `PyObject_GetAIter()`.
2021-09-07 12:43:33 +01:00
Pablo Galindo Salgado af9a352b60 Correct the order of check-abidump (GH-27229)
The check was backwards so we were not correctly detecting removals.
2021-07-18 16:56:45 +01:00
Pablo Galindo b86ac4c352 Add CI step to check changes in the exported ABI (GH-25868) 2021-05-04 02:15:11 +01:00