[issue1166] NameError when calling malloc

2007-09-15 Thread Martin v. Löwis
Martin v. Löwis added the comment: I doubt you are esr, although I'm uncertain how you hijacked his account. Please stop spamming this tracker. -- nosy: +loewis resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1166] NameError when calling malloc

2007-09-15 Thread Eric S. R-eyyyy-mond
New submission from Eric S. R-e-mond: I tried this code, and it blew up in my face. >>> foo = malloc(4096) NameError: name 'malloc' is not defined Why? -- components: Library (Lib) keywords: r-eyyy-mond messages: 55929 nosy: esr priority: high severity: normal status: open title: N