[Stackless] Current issues

Christian Tismer tismer at stackless.com
Mon Feb 16 14:10:42 CET 2004


Hi Bob,

...

>>> This is off the top of my head.. we really need an issue tracker.  
>>> Should I install/configure roundup on the stackless.com server?

Ok, I was reluctant and would have preferred a Zope
based issure tracker, but if you say it is easy,
and you are willing to install it, pleas _go ahead_ :-)

...

>> I'm especially unhappy that modules are so weird now.
>> Modules can just be created without importing.
>> How do we pickle that kind of modules ???

I am changing modules to use __import__ instead.

> Save everything in its dictionary, of course... should work just fine so 
> long as you can pickle classes and functions that you don't have the 
> code for.  Since we can do lamba, there is no reason we shouldn't be 
> able to do this kind of module.

My problem is, how do I distinguish between imported
modules and fake modules? I guess I must treat them
the same, and the user must help, some way.

ciao - chris
-- 
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