poppopjmp / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

Support pickle module. #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by vinjv...@gmail.com on 1 Mar 2010 at 2:03

GoogleCodeExporter commented 8 years ago
this one is a bit hard to support in general, because theoretically, types 
depend on
whatever is unpickled.. so type inference cannot work (in general). I was going 
to
say, perhaps it's possible to pickle shedskin-objects from CPython, but it 
looks like
that doesn't work at the moment.. not sure how hard it would be to add support 
for this.

Original comment by mark.duf...@gmail.com on 1 Mar 2010 at 8:23

GoogleCodeExporter commented 8 years ago

Original comment by mark.duf...@gmail.com on 18 Mar 2010 at 8:03

GoogleCodeExporter commented 8 years ago
(leaving this one open until someone has looked into pickling shedskin-objects 
from
cpython) 

Original comment by mark.duf...@gmail.com on 21 Apr 2010 at 9:53

GoogleCodeExporter commented 8 years ago
okay, I added basic (un)pickling support for compiled classes in GIT, and will 
release this as part of 0.6 later this week. 

Original comment by mark.duf...@gmail.com on 13 Oct 2010 at 12:06

GoogleCodeExporter commented 8 years ago
I moved all standard library issues into issue 106.

Original comment by mark.duf...@gmail.com on 27 Oct 2010 at 1:04