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 andrewsmedina
Recipients andrewsmedina, benjamin.peterson, brett.cannon, jhylton, jnoller, juracy@gmail.com, mbcvieira
Date 2008-05-11.06:32:59
SpamBayes Score 0.25804818
Marked as misclassified No
Message-id <1210487588.6.0.468341039704.issue2775@psf.upfronthosting.co.za>
In-reply-to
Content
The files Python/compile.c and Python/pythonrun.c depends of the
_symtable (Python/symtable.c and Include/symtable.h).

What I do for remove _symtable in py3k?
History
Date User Action Args
2008-05-11 06:33:09andrewsmedinasetspambayes_score: 0.258048 -> 0.25804818
recipients: + andrewsmedina, jhylton, brett.cannon, benjamin.peterson, jnoller, juracy@gmail.com, mbcvieira
2008-05-11 06:33:08andrewsmedinasetspambayes_score: 0.258048 -> 0.258048
messageid: <1210487588.6.0.468341039704.issue2775@psf.upfronthosting.co.za>
2008-05-11 06:33:06andrewsmedinalinkissue2775 messages
2008-05-11 06:33:02andrewsmedinacreate