STINNER Victor <vstin...@python.org> added the comment:

> I tried applying this API on an extension, and I found the code to be 
> slightly less readable for the "is not" cases.

FYI you can try upgrade_pythoncapi.py on your project using the following PR to 
update code to use Py_IsNone/Py_IsTrue/Py_IsFalse:
https://github.com/pythoncapi/pythoncapi_compat/pull/8

For example, use "upgrade_pythoncapi.py -o Py_Is directory/" or 
"upgrade_pythoncapi.py -o Py_Is file.c".

----------

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

Reply via email to