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

Graeme Smecher report at bugs.python.org
Wed Jan 23 22:37:43 CET 2008


Graeme Smecher added the comment:

Hi Guido,

Yup! From the tarball (Python-2.5.1.tgz), the actual comment (in
Modules/config.c.in) reads:

	/* This lives in Python/_types.c */
	{"_types", init_types},

...which is different from the snippet I posted here (I hand-reverted my
modifications, but got the comment wrong), but still incorrect (should
be "Modules/_types.c".)

cheers,
Graeme

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


More information about the Python-bugs-list mailing list