]> granicus.if.org Git - python/commit
Fix outdated comment in typeobject.c (GH-5090)
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 4 Jan 2018 10:24:45 +0000 (13:24 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2018 10:24:45 +0000 (13:24 +0300)
commit78e24d4415c37e9e9951920bc31e9ee4868d86cb
tree6a8a535a9dc62690a44c9537baacc2a4f0c2b1ba
parentd8ac4d1d5ac256ebf3d8d38c226049abec82a2a0
Fix outdated comment in typeobject.c (GH-5090)

The comment was added in 3abca127fe1565ec80f6b0a1ae48d65186ad887d.
In d78448e912126410117723c7d240bbdfff06df16, it was changed to
use PyArg_ParseTuple instead.
Objects/typeobject.c