]> granicus.if.org Git - python/commit
Fixed an oversight and a misunderstanding of PEP253:
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 7 Feb 2006 22:28:09 +0000 (22:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 7 Feb 2006 22:28:09 +0000 (22:28 +0000)
commit35f82d7051093ffe3ab181a05ed61982560149be
tree41363bf405279a1ff19754fbb3ed978be7687dac
parente0f85926d676d7284eef9cb06c825ae8d1a54469
Fixed an oversight and a misunderstanding of PEP253:
- Call tp_dealloc on the static baseclass, not dynamic (which leads to
  infinite loops with more than one baseclass)
- Call tp_new and tp_init on baseclasses (overridable)
-This line, and those below, will be ignored--

M    bgen/bgenObjectDefinition.py
Tools/bgen/bgen/bgenObjectDefinition.py