On 22 Aug, 2007, at 21:42, [EMAIL PROTECTED] wrote:
How are all the extension modules in Mac/Modules generated? I'm
trying to
remove PyArg_Parse() from the Python 3 C API. They use PyArg_Parse
extensively. If they were autogenerated I'd rather fix the generator
instead of editing each fi
How are all the extension modules in Mac/Modules generated? I'm trying to
remove PyArg_Parse() from the Python 3 C API. They use PyArg_Parse
extensively. If they were autogenerated I'd rather fix the generator
instead of editing each file by hand.
Thanks,
Skip
___