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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xavier Thompson
cython
Commits
48ef2853
Commit
48ef2853
authored
Sep 10, 2019
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
7ffb41a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
CHANGES.rst
CHANGES.rst
+9
-0
No files found.
CHANGES.rst
View file @
48ef2853
...
...
@@ -8,6 +8,9 @@ Cython Changelog
Features
added
--------------
*
Cython
functions
now
use
the
PEP
-
590
vectorcall
protocol
in
Py3
.7
+.
Patch
by
Jeroen
Demeyer
.
(
Github
issue
#
2263
)
*
Unicode
identifiers
are
supported
in
Cython
code
(
PEP
3131
).
Patch
by
da
-
woods
.
(
Github
issue
#
2601
)
...
...
@@ -15,6 +18,9 @@ Features added
constants
,
e
.
g
.
fused
type
checks
.
Patch
by
Noam
Hershtig
.
(
Github
issue
#
2579
)
*
``
const
``
can
be
used
together
with
fused
types
.
Patch
by
Thomas
Vincent
.
(
Github
issue
#
1772
)
*
Reimports
of
already
imported
modules
are
substantially
faster
.
(
Github
issue
#
2854
)
...
...
@@ -121,6 +127,9 @@ Bugs fixed
*
A
C
compiler
cast
warning
was
resolved
.
Patch
by
Michael
Buesch
.
(
Github
issue
#
2775
)
*
Binding
staticmethods
of
Cython
functions
were
not
behaving
like
Python
methods
.
Patch
by
Jeroen
Demeyer
.
(
Github
issue
#
3106
)
Other
changes
-------------
...
...
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