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 accessible through introspection, e.g. by gc.get_objects()
---------- components: Interpreter Core messages: 69469 nosy: krisvale severity: normal status: open title: NULL member in modules_by_index type: crash versions: Python 3.0 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3327> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com