[Stackless] Re: Stackless 3.0 for Python 2.3: new binaries

Christian Tismer tismer at stackless.com
Tue Feb 24 04:09:20 CET 2004


Christian Tismer wrote:
OK got it: It must be functype which tends
to produce infinite recursion:
This works:

int init_prickelpit(void)
{
	if (0
		|| init_codetype()
     //    || init_functype()
         || init_celltype()
		|| init_frametype()
		|| init_tracebacktype()
		|| init_moduletype()
		|| init_moduledicttype()
         || init_itertype()
		|| init_methodtype()
		|| init_generatortype()
         || init_dictitertype()
         || init_enumtype()
         || init_enumfactorytype()
         || init_listitertype()
         || init_rangeitertype()
         || init_tupleitertype()
		) return -1;
     return 0;
}

So I think I have to change pickling of functions and we are there.
I guess this is not a Tkinter issue, but it would have hit us
at some time, later.

good night finally! :-) chris

(yes, hacks like this are my strength)

-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
Mission Impossible 5oftware  :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9a     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 89 09 53 34  home +49 30 802 86 56  mobile +49 173 24 18 776
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/


_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list