Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
d720eb47
Commit
d720eb47
authored
May 27, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
63ab284d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
CHANGES.rst
CHANGES.rst
+7
-10
No files found.
CHANGES.rst
View file @
d720eb47
...
...
@@ -8,6 +8,13 @@ Cython Changelog
Features
added
--------------
*
Added
support
for
Python
binary
operator
semantics
.
One
can
now
define
,
e
.
g
.
both
``
__add__
``
and
``
__radd__
``
for
cdef
classes
as
for
standard
Python
classes
rather
than
a
single
``
__add__
``
method
where
self
can
be
either
the
first
or
second
argument
.
This
behavior
can
be
disabled
with
the
``
c_api_binop_methods
``
directive
.
(
Github
issue
#
2056
)
*
No
/
single
argument
functions
now
accept
keyword
arguments
by
default
in
order
to
comply
with
Python
semantics
.
The
marginally
faster
calling
conventions
``
METH_NOARGS
``
and
``
METH_O
``
that
reject
keyword
arguments
are
still
available
...
...
@@ -444,16 +451,6 @@ Other changes
0.29.20
(
2020
-
0
?-??)
====================
Features
added
--------------
*
Added
support
for
Python
binary
operator
semantics
.
One
can
now
define
,
e
.
g
.
both
``
__add__
``
and
``
__radd__
``
for
cdef
classes
as
for
standard
Python
classes
rather
than
a
single
``
__add__
``
method
where
self
can
be
either
the
first
or
second
argument
.
This
behavior
is
guarded
by
the
``
c_api_binop_methods
``
directive
.
(
Github
issue
#
2056
)
Bugs
fixed
----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment