[issue1917] init_types() in Parser/asdl_c.py conflicts with init_types() in Modules/_typesmodule.c

Christian Heimes report at bugs.python.org
Wed Jan 23 19:32:24 CET 2008


Christian Heimes added the comment:

The compiler should not pick up the init_types function in
Python/Python-ast.c. It's declared as static. The init_types function in
Modules/_typesmodule.c is declared as extern so that's the real deal. It
sounds more like a compiler or linker bug in the tool chain than a
Python bug.

----------
nosy: +tiran
priority:  -> normal

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1917>
__________________________________


More information about the Python-bugs-list mailing list