Re: [Pythonmac-SIG] How to generate C files in Mac/Modules?

2007-08-22 Thread Ronald Oussoren
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

[Pythonmac-SIG] How to generate C files in Mac/Modules?

2007-08-22 Thread skip
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 ___