Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 79de128

Browse files
author
Anselm Kruis
committed
Merge 3.5-slp (Stackless #127, pickling fixes)
2 parents 7cfb797 + 785c16c commit 79de128

File tree

4 files changed

+202
-570
lines changed

4 files changed

+202
-570
lines changed

Stackless/changelog.txt

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ What's New in Stackless 3.X.X?
99

1010
*Release date: 20XX-XX-XX*
1111

12+
- https://bitbucket.org/stackless-dev/stackless/issues/127
13+
Fix pickling of 'callable-iterator' and 'method-wrapper' objects.
14+
Fix copy.copy() for 'callable-iterator', 'method', 'dict_keys', 'dict_values'
15+
and 'dict_items' objects.
16+
1217
- https://bitbucket.org/stackless-dev/stackless/issues/126
1318
Load the module stackless early in all C-Python tests. This ensures a defined
1419
behaviour of the tests even, if the execution order gets randomised.
@@ -79,6 +84,7 @@ What's New in Stackless 3.X.X?
7984
- https://bitbucket.org/stackless-dev/stackless/issues/107
8085
Improve unpickling of traceback objects. Stackless now reconstructs the
8186
frame.f_back linkage in frames directly referenced by traceback objects.
87+
Stackless no longer pretends to be able to pickle arbitrary frame objects.
8288

8389
- https://bitbucket.org/stackless-dev/stackless/issues/110
8490
Remove the already non functional remains of psyco support.

0 commit comments

Comments
 (0)