]> granicus.if.org Git - python/commit
Inline create_specialmethod() -- since METH_CLASS is done differently
authorGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 17:12:46 +0000 (17:12 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 17:12:46 +0000 (17:12 +0000)
commit9af48ff44ea5e096495d9652f6164b45a369144a
treec6c4c6ffb2241a7e9715576486a3af1c8db2ec32
parent8d2613adbeba5b133fd1ca0f2fadf1f5e37342f1
Inline create_specialmethod() -- since METH_CLASS is done differently
now, it was only called once, and its existence merely obfuscates the
control flow.
Objects/typeobject.c