]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
authorVictor Stinner <vstinner@python.org>
Thu, 16 Jun 2022 11:49:43 +0000 (13:49 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jun 2022 11:49:43 +0000 (13:49 +0200)
commit7546914e3f8157d8bad2998677e0ea3ed4cb7939
tree13ca68df49a1a1f0281ecd352991235752a28a09
parent484b40bf189ae881992366f2b7b6b63812d18591
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
34 files changed:
Include/boolobject.h
Include/bytearrayobject.h
Include/bytesobject.h
Include/complexobject.h
Include/cpython/cellobject.h
Include/cpython/classobject.h
Include/cpython/code.h
Include/cpython/context.h
Include/cpython/frameobject.h
Include/cpython/funcobject.h
Include/cpython/genobject.h
Include/cpython/methodobject.h
Include/cpython/odictobject.h
Include/cpython/picklebufobject.h
Include/dictobject.h
Include/floatobject.h
Include/internal/pycore_hamt.h
Include/internal/pycore_symtable.h
Include/internal/pycore_unionobject.h
Include/iterobject.h
Include/listobject.h
Include/longobject.h
Include/memoryobject.h
Include/methodobject.h
Include/moduleobject.h
Include/py_curses.h
Include/pycapsule.h
Include/rangeobject.h
Include/setobject.h
Include/sliceobject.h
Include/traceback.h
Include/tupleobject.h
Include/unicodeobject.h
Include/weakrefobject.h