This repository was archived by the owner on Feb 13, 2025. It is now read-only.
forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 61
Prepare Stackless 3.7 #149
Labels
Milestone
Comments
akruis
pushed a commit
that referenced
this issue
Mar 4, 2018
akruis
pushed a commit
that referenced
this issue
Mar 25, 2018
Implement bpo-31370 for Stackless C-source.
akruis
pushed a commit
that referenced
this issue
Mar 25, 2018
bpo-30860 consolidates global variables. This requires minor changes in Stackless header files. Now Stackless compiles. We still need to consolidate Stackless specific global variables.
akruis
pushed a commit
that referenced
this issue
Oct 13, 2018
bpo-25612 (python#1773) moves the exception state information from frame object to coroutine (generator/thread) object where it belongs. As a consequence Stackless moves the exception state information for non-current tasklets from thread-state to the tasklet. This changes the pickle format of frame, tasklet and generator objects. The commit adds three test cases.
I'm going to change the "Stackless version" to "3.7". Keeping it at "3.1b3 060516" makes no sense at all. |
akruis
pushed a commit
that referenced
this issue
Nov 20, 2018
akruis
pushed a commit
that referenced
this issue
Nov 21, 2018
I just pushed 3.7-slp with tags v3.7.0-slp and v3.7.1-slp. The tests of v3.7.2-slp are still running. |
Source code of v3.7.2-slp is available on stackless.com. Within the next days I'll build the Windows binaries and the Conda versions. |
Windows artefacts are available on Stackless.com. |
Conda packages are available from https://anaconda.org/stackless (Windows and Linux 64bit). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Time to prepare Stackless 3.7.
The text was updated successfully, but these errors were encountered: