Issue 1166: NameError when calling malloc (original) (raw)

Issue1166

Created on 2007-09-15 15:32 by esr, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg55929 - (view) Author: Eric S. Raymond (esr) Date: 2007-09-15 15:32
I tried this code, and it blew up in my face. >>> foo = malloc(4096) NameError: name 'malloc' is not defined Why?
msg55933 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-09-15 22:33
I doubt you are esr, although I'm uncertain how you hijacked his account. Please stop spamming this tracker.
History
Date User Action Args
2022-04-11 14:56:26 admin set github: 45507
2007-09-15 22:33:02 loewis set status: open -> closedresolution: not a bugmessages: + nosy: + loewis
2007-09-15 15:32:00 esr create