This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,14 @@ What's New in Stackless 3.X.X?
10
10
*Release date: 20XX-XX-XX*
11
11
12
12
- https://github.com/stackless-dev/stackless/issues/265
13
- Fix invalid function cast warnings with gcc 8 for method conventions
13
+ Fix ( invalid) function cast warnings with gcc 8 for method conventions
14
14
different from METH_NOARGS, METH_O and METH_VARARGS excluding Argument Clinic
15
15
generated code.
16
-
17
- - https://github.com/stackless-dev/stackless/issues/265
18
16
Most (getter)-functions, (setter)-functions and (PyCFunction)-functions with
19
17
flag METH_NOARGS used to lack an unused last argument, "void *" for (getter)
20
18
and (setter), "PyObject *" for (PyCFunction)-functions.
21
-
22
- - https://github.com/stackless-dev/stackless/issues/265
23
19
Avoid undefined behavior, if Stackless classes implement __reduce__() and
24
20
__reduce_ex__() using a single C-function.
25
-
26
- - https://github.com/stackless-dev/stackless/issues/265
27
21
Fix C-API functions PyChannel_Send(), PyChannel_Send_nr(),
28
22
PyChannel_Receive(), PyChannel_Receive_nr(), and
29
23
PyObject_Call(&PyTasklet_Type, PyObject *args, PyObject *kwargs) if called
You can’t perform that action at this time.
0 commit comments