| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) ↵ | Miss Islington (bot) | 2021-09-07 | 1 | -10771/+5847 |
| | | | | | | | | (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()`. | ||||
| * | Correct the order of check-abidump (GH-27229) | Pablo Galindo Salgado | 2021-07-18 | 1 | -4804/+9742 |
| | | | | The check was backwards so we were not correctly detecting removals. | ||||
| * | Add CI step to check changes in the exported ABI (GH-25868) | Pablo Galindo | 2021-05-04 | 1 | -0/+15722 |
