New submission from Yury Selivanov <yseliva...@gmail.com>:

Per discussion on python-dev (also see the linked email), PyAiter_Check should 
only check for `__anext__` existence (and not for `__aiter__`) to be consistent 
with `Py_IterCheck`.

While there, I'd like to rename PyAiter_Check to PyAIter_Check and 
PyObject_GetAiter to PyObject_GetAIter (i -> I).  First, we should apply 
CamelCase convention correctly, here "async" and "iter" are separate words; 
second, "Aiter" is marked as invalid spelling by spell checkers in IDEs which 
is annoying.

See 
https://mail.python.org/archives/list/python-...@python.org/message/BRHMOFPEKGQCCKEKEEKGSYDR6NOPMRCC/
 for more details.

----------
components: Interpreter Core
messages: 401206
nosy: pablogsal, yselivanov
priority: release blocker
severity: normal
stage: patch review
status: open
title: PyAiter_Check & PyObject_GetAiter issues
type: behavior
versions: Python 3.10, Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45123>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to