Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 4f89f4a

Browse files
author
Anselm Kruis
committed
Stackless issue #265: merge changelog entries for this issue
1 parent b73166e commit 4f89f4a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Stackless/changelog.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,14 @@ What's New in Stackless 3.X.X?
1010
*Release date: 20XX-XX-XX*
1111

1212
- 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
1414
different from METH_NOARGS, METH_O and METH_VARARGS excluding Argument Clinic
1515
generated code.
16-
17-
- https://github.com/stackless-dev/stackless/issues/265
1816
Most (getter)-functions, (setter)-functions and (PyCFunction)-functions with
1917
flag METH_NOARGS used to lack an unused last argument, "void *" for (getter)
2018
and (setter), "PyObject *" for (PyCFunction)-functions.
21-
22-
- https://github.com/stackless-dev/stackless/issues/265
2319
Avoid undefined behavior, if Stackless classes implement __reduce__() and
2420
__reduce_ex__() using a single C-function.
25-
26-
- https://github.com/stackless-dev/stackless/issues/265
2721
Fix C-API functions PyChannel_Send(), PyChannel_Send_nr(),
2822
PyChannel_Receive(), PyChannel_Receive_nr(), and
2923
PyObject_Call(&PyTasklet_Type, PyObject *args, PyObject *kwargs) if called

0 commit comments

Comments
 (0)