Commit 29aa78a
Anselm Kruis
Issue python#112: Prepare Stackless 3.5, fix C-pickle for functions
- If C-pickle encounters a local function, save_global() now raises AttributeError instead of the documented PicklingError. This commits adapts the Stackless patch to kick in on AttributeError too.
https://bitbucket.org/stackless-dev/stackless/issues/1121 parent a80cd89 commit 29aa78a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3836 | 3836 | | |
3837 | 3837 | | |
3838 | 3838 | | |
3839 | | - | |
| 3839 | + | |
| 3840 | + | |
3840 | 3841 | | |
3841 | 3842 | | |
3842 | 3843 | | |
| |||
0 commit comments