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 esr
Recipients esr
Date 2007-09-15.15:32:00
SpamBayes Score 0.23429719
Marked as misclassified No
Message-id <1189870320.85.0.870817039772.issue1166@psf.upfronthosting.co.za>
In-reply-to
Content
I tried this code, and it blew up in my face.

>>> foo = malloc(4096)
NameError: name 'malloc' is not defined

Why?
History
Date User Action Args
2007-09-15 15:32:01esrsetspambayes_score: 0.234297 -> 0.23429719
recipients: + esr
2007-09-15 15:32:00esrsetspambayes_score: 0.234297 -> 0.234297
messageid: <1189870320.85.0.870817039772.issue1166@psf.upfronthosting.co.za>
2007-09-15 15:32:00esrlinkissue1166 messages
2007-09-15 15:32:00esrcreate