This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,8 @@ Pickling other objects
132
132
======================
133
133
134
134
In order to be able to pickle tasklets |SLP | needs to be able to pickle
135
- several other objects, which can't be pickled by |CPY |. |SLP |
135
+ several other objects, which can't be pickled by |CPY |. If the module
136
+ :mod: `stackless ` gets imported for the first time, |SLP |
136
137
uses :func: `copyreg.pickle ` to register “reduction” functions for the following
137
138
types:
138
139
:data: `~types.AsyncGeneratorType `,
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ What's New in Stackless 3.X.X?
9
9
10
10
*Release date: 20XX-XX-XX*
11
11
12
+ - https://github.com/stackless-dev/stackless/issues/248
13
+ Documentation update: Mention, that module "stackless" must be imported, to
14
+ enable the extended pickling capabilities.
15
+
12
16
- https://github.com/stackless-dev/stackless/issues/239
13
17
Add support for PEP 567 context variables to tasklets.
14
18
Each tasklet now has a contextvars.Context object, that becomes active during
You can’t perform that action at this time.
0 commit comments