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 90b1e00 commit b06944eCopy full SHA for b06944e
Stackless/changelog.txt
@@ -9,6 +9,13 @@ What's New in Stackless 3.X.X?
9
10
*Release date: 20XX-XX-XX*
11
12
+- https://github.com/stackless-dev/stackless/issues/208
13
+ Move Stackless include files to Include/ and Include/internal and rename them
14
+ to use consistent prefixes. Public includes use the prefix "stackless",
15
+ private includes use "slp".
16
+ Remove the special Stackless include path from Makefile*, PCbuild/*,
17
+ Mac/Makefile* and Lib/distutils/command/build_ext.py.
18
+
19
- https://github.com/stackless-dev/stackless/issues/206
20
Fix the error handling of the Python implementation of function-object
21
pickling.
0 commit comments