[Python-Dev] Re: Removing METH_OLDARGS

Martin v. Loewis martin@v.loewis.de
31 Mar 2002 23:43:33 +0200


Neal Norwitz <neal@metaslash.com> writes:

> I've finished the first step of getting rid of many uses of METH_OLDARGS.

Good work! I could not spot errors in you changes.

For mpz, it might be useful to get rid of MPZ_CONVERSIONS_AS_METHODS
altogether (probably of a few others as well, but that would be more
difficult to analyse).

Regards,
Martin