Skip to content

Commit

Permalink
merge 3.3-slp (Stackless python#127, pickling fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselm Kruis committed Apr 14, 2017
2 parents 8a2d22a + 18a3e59 commit 9994a00
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 568 deletions.
5 changes: 5 additions & 0 deletions Stackless/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ What's New in Stackless 3.X.X?

*Release date: 20XX-XX-XX*

- https://bitbucket.org/stackless-dev/stackless/issues/127
Fix pickling of 'callable-iterator' and 'method-wrapper' objects.
Fix copy.copy() for 'callable-iterator', 'method', 'dict_keys', 'dict_values'
and 'dict_items' objects.

- https://bitbucket.org/stackless-dev/stackless/issues/126
Load the module stackless early in all C-Python tests. This ensures a defined
behaviour of the tests even, if the execution order gets randomised.
Expand Down
Loading

0 comments on commit 9994a00

Please sign in to comment.