]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
authorBrian Curtin <brian@python.org>
Thu, 11 Aug 2011 01:28:54 +0000 (20:28 -0500)
committerBrian Curtin <brian@python.org>
Thu, 11 Aug 2011 01:28:54 +0000 (20:28 -0500)
commitdfc80e3d97680ee26e509daba4a08502fefe22ee
treef28c4978ce126c4308a45aa594f0f2c86dfc1965
parent7d2f9e13424fe74814e14cf92d7bbd779917a5c5
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
The macro was introduced in #12724.
24 files changed:
Modules/_collectionsmodule.c
Modules/_datetimemodule.c
Modules/_sqlite/row.c
Modules/arraymodule.c
Modules/posixmodule.c
Modules/xxlimited.c
Objects/abstract.c
Objects/bytearrayobject.c
Objects/classobject.c
Objects/codeobject.c
Objects/complexobject.c
Objects/dictobject.c
Objects/floatobject.c
Objects/listobject.c
Objects/longobject.c
Objects/memoryobject.c
Objects/methodobject.c
Objects/object.c
Objects/setobject.c
Objects/sliceobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Objects/weakrefobject.c