[Python-Dev] List of Patches to Go in 2.0.1

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 28 Mar 2001 22:39:20 +0200


> Modules/_tkinter.c, 1.114->1.115
> Do not release unallocated Tcl objects. Closes #117278 and  #117167.

That is already committed to the maintenance branch.

> Modules/pyexpat.c, 2.42->2.43

There is a number of memory leaks which I think should get fixed,
inside the changes:

2.33->2.34
2.31->2.32 (garbage collection, and missing free calls)

I can produce a patch that only has those changes.

Martin