[issue10333] Remove ancient backwards compatibility GC API

2011-01-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: pyexpat.c needed a little fix (!). Committed in r87718, thank you! -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker __

[issue10333] Remove ancient backwards compatibility GC API

2010-11-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks good to me. I suppose everything builds fine? -- components: +Extension Modules, Interpreter Core nosy: +pitrou stage: -> commit review versions: +Python 3.2 ___ Python tracker

[issue10333] Remove ancient backwards compatibility GC API

2010-11-05 Thread Neil Schemenauer
New submission from Neil Schemenauer : I think it should be safe to remove some backwards compatibility cruft. This was introduced during the 2.3 development cycle. -- files: gc_cruft.txt messages: 120554 nosy: nascheme priority: low severity: normal status: open title: Remove ancient