[New-bugs-announce] [issue1237] type_new doesn't allocate space for sentinal slot

Adam Olsen report at bugs.python.org
Fri Oct 5 02:00:42 CEST 2007


New submission from Adam Olsen:

type_new() allocates the exact number of slots it's going to use, but
various other functions assume there's one more slot with a NULL name
field serving as a sentinel.  I'm unsure why it doesn't normally crash.

----------
components: Interpreter Core
messages: 56231
nosy: rhamphoryncus
severity: normal
status: open
title: type_new doesn't allocate space for sentinal slot

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1237>
__________________________________


More information about the New-bugs-announce mailing list