[issue3327] NULL member in modules_by_index

2008-11-17 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Thanks for the patch. Committed as r67242 -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> _

[issue3327] NULL member in modules_by_index

2008-11-17 Thread Kristján Valur Jónsson
Kristján Valur Jónsson <[EMAIL PROTECTED]> added the comment: bump. Is there any interest in this fix? ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3327] NULL member in modules_by_index

2008-07-15 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis ___ Python tracker <[EMAIL PROTECTED]> ___ ___ P

[issue3327] NULL member in modules_by_index

2008-07-15 Thread Kristján Valur Jónsson
Kristján Valur Jónsson <[EMAIL PROTECTED]> added the comment: Added a patch for this issue. Please comment. -- keywords: +easy, patch Added file: http://bugs.python.org/file10899/tmp2.patch ___ Python tracker <[EMAIL PROTECTED]>

[issue3327] NULL member in modules_by_index

2008-07-09 Thread Kristján Valur Jónsson
New submission from Kristján Valur Jónsson <[EMAIL PROTECTED]>: In _PyState_AddModule(), a list of (initially) 20 elements is created, but there is no guarantee that all elements are initialized. In particular, it appears that element 0 is always NULL. This is bad since this list is accessib