Re: [Python-Dev] Bug in Py_InitModule4

2005-12-29 Thread Martin v. Löwis
Collin Winter wrote: > While working with Subversion's python API bindings this morning, I > discovered a function in one of their modules illegally named "import" > (svn.client.import, for the curious). Because the extension module in > question is written in C, the interpreter doesn't flag the >

[Python-Dev] Bug in Py_InitModule4

2005-12-29 Thread Collin Winter
Hello all, While working with Subversion's python API bindings this morning, I discovered a function in one of their modules illegally named "import" (svn.client.import, for the curious). Because the extension module in question is written in C, the interpreter doesn't flag the otherwise-illegal i