On 24.10.13 22:38, John Ehresman wrote:
On 10/24/13 3:51 PM, John Ehresman wrote:
On 10/24/13 3:19 PM, lars van Gemerden wrote:
Did some digging in the call stack:
...

Where is reduce function for module objects defined?  It's returning a
dict with an __import__ key value defined, even though __import__ is in
builtins rather than the module dict.  What I'd like the reduce function
to do is return a dict without __import__.

It looks like this is defined in Stackless/pickling/prickelpit.c and it looks like it explicitly gets the __import__ value and returns it. Is there a reason for this? I'm interested in make pickle work such that something can be pickled when the debugger is active and then later unpickled when it's not active.

Yes, I was about to reply "prickelpit" as well.
Don't remember yet why (probably) I have done it this way, 10 years ago.

I have no problem to make that better usable with Wing.
But maybe it needs to bump the version because people
have saved, quite old versions.

Having that said, I will look a bit deeper now.

cheers - chris

--
Christian Tismer             :^)   <mailto:[email protected]>
Software Consulting          :     Have a break! Take a ride on Python's
Karl-Liebknecht-Str. 121     :    *Starship* http://starship.python.net/
14482 Potsdam                :     PGP key -> http://pgp.uni-mainz.de
phone +49 173 24 18 776  fax +49 (30) 700143-0023
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
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to