Commit dc85f28f66198ba0677c38686c17d675190f2e7b

Daniel Veillard 2002-12-31T11:18:37

modified the generator to allow keeping class references when creating new * python/generator.py: modified the generator to allow keeping class references when creating new classes, needed to fix a bug pointed by Stéphane Bidoul where the input buffer of the xmlTextReader instance gets destroyed if the python wrapper for the input is not referenced anymore. Daniel