This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, gsmecher
Date 2008-01-23.18:32:22
SpamBayes Score 0.0012373867
Marked as misclassified No
Message-id <1201113144.12.0.352351380233.issue1917@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-01-23 18:32:24christian.heimessetspambayes_score: 0.00123739 -> 0.0012373867
recipients: + christian.heimes, gsmecher
2008-01-23 18:32:24christian.heimessetspambayes_score: 0.00123739 -> 0.00123739
messageid: <1201113144.12.0.352351380233.issue1917@psf.upfronthosting.co.za>
2008-01-23 18:32:22christian.heimeslinkissue1917 messages
2008-01-23 18:32:22christian.heimescreate