We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab20fe commit ff1296dCopy full SHA for ff1296d
Stackless/changelog.txt
@@ -9,6 +9,9 @@ What's New in Stackless 3.X.X?
9
10
*Release date: 20XX-XX-XX*
11
12
+- https://github.com/stackless-dev/stackless/issues/149
13
+ The Stackless version is now "3.7".
14
+
15
- https://github.com/stackless-dev/stackless/issues/186
16
Make Stackless compatible with subinterpreters. Previously creating a
17
subinterpreter in one thread and using it in another thread caused a crash.
Stackless/stackless_version.h
@@ -1,7 +1,6 @@
1
/*
2
* Stackless version string
3
- * created at Tue May 16 13:27:25 2006 by mkversion.py
4
*/
5
6
/* keep this entry up-to-date */
7
-#define STACKLESS_VERSION "3.1b3 060516"
+#define STACKLESS_VERSION "3.7"
0 commit comments