[Python-Dev] Release candidate followed by feature freeze?

Neil Schemenauer nas@arctrix.com
Wed, 4 Oct 2000 22:59:38 -0700


On Thu, Oct 05, 2000 at 09:50:37AM +0200, Fredrik Lundh wrote:
> The new version of Tkinter contains a _flatten function written in C,
> which uses PyTuple_Resize extensively.
> 
> To check if Rob's program works better without it, you can comment
> out the "_flatten = _tkinter._flatten" line in Tkinter.py (it's line 70 or
> so, iirc).

That fixes the crash as well.

  Neil