@@ -29,6 +29,12 @@ What's New in Stackless 3.X.X?
29
29
Stackless can now pickle asynchronous generators and awaitables of type
30
30
PyAsyncGenASend or PyAsyncGenAThrow (see PEP 525).
31
31
32
+ What's New in Stackless 3.7.0a3 and 3.7.0a4
33
+ -------------------------------------------
34
+
35
+ 3.7.0a4: git commit d3a65ddc, 2018-11-02
36
+ 3.7.0a3: git commit df89dafa, 2018-11-02
37
+
32
38
- https://github.com/stackless-dev/stackless/issues/175
33
39
Cleanup of the Stackless C-API: Including stackless_api.h in an extension
34
40
module no longer defines internal stuff. Additionally I moved test code
@@ -53,6 +59,12 @@ What's New in Stackless 3.X.X?
53
59
to tasklet. This changes the pickle format of frame, tasklet and generator
54
60
objects compared to previous major versions of Stackless.
55
61
62
+ What's New in Stackless 3.6.5 and 3.6.6?
63
+ ========================================
64
+
65
+ *Release date: 2018-09-12* (3.6.6)
66
+ *Release date: 2018-09-11* (3.6.5)
67
+
56
68
- https://github.com/stackless-dev/stackless/issues/166
57
69
Fix C-API functions PyEval_EvalFrameEx() and PyEval_EvalFrame().
58
70
They are now compatible with C-Python.
@@ -79,6 +91,11 @@ What's New in Stackless 3.X.X?
79
91
The prototype of PyStackless_GetCurrentId(void) was missing from
80
92
stackless_api.h. It is now defined.
81
93
94
+ What's New in Stackless 3.6.4?
95
+ ==============================
96
+
97
+ *Release date: 2017-12-21*
98
+
82
99
- https://github.com/stackless-dev/stackless/issues/146
83
100
Always initialize _stackless.bonb type. Prevents a NULL-pointer access,
84
101
if a thread terminates with a MemoryError exception.
@@ -116,9 +133,20 @@ What's New in Stackless 3.X.X?
116
133
- https://github.com/stackless-dev/stackless/issues/135
117
134
Fix small memory leaks for types with Stackless extensions.
118
135
136
+ What's New in Stackless 3.5.3 and 3.5.4?
137
+ ========================================
138
+
139
+ *Release date: 2017-09-03* (3.5.4)
140
+ *Release date: 2017-09-03* (3.5.3)
141
+
119
142
- https://bitbucket.org/stackless-dev/stackless/issues/130
120
143
Pickling exhausted generators no longer crashes.
121
144
145
+ What's New in Stackless 3.4.3?
146
+ ==============================
147
+
148
+ *Release date: 2017-04-16*
149
+
122
150
- https://bitbucket.org/stackless-dev/stackless/issues/129
123
151
C-API: Calling PyTasklet_New( NULL, ...) no longer crashes.
124
152
@@ -338,6 +366,11 @@ What's New in Stackless 3.X.X?
338
366
Fix a NULL pointer exception, if a call to stackless.tasklet() fails
339
367
(i.e. called with invalid arguments).
340
368
369
+ What's New in Stackless 3.4.2?
370
+ ==============================
371
+
372
+ *Release date: 2015-02-15*
373
+
341
374
- https://bitbucket.org/stackless-dev/stackless/issue/60
342
375
Fix a crash
343
376
0 commit comments