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
c7b13f37
Commit
c7b13f37
authored
Jun 29, 2019
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
68e51613
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
CHANGES.rst
CHANGES.rst
+8
-2
No files found.
CHANGES.rst
View file @
c7b13f37
...
...
@@ -8,17 +8,23 @@ Cython Changelog
Bugs
fixed
----------
*
Fix
compile
error
in
CPython
3.8
b2
.
Patch
by
Nick
Coghlan
.
(
Github
issue
#
3009
)
*
Invalid
C
code
generated
for
lambda
functions
in
cdef
methods
.
Patch
by
Josh
Tobin
.
(
Github
issue
#
2967
)
*
Support
slice
handling
in
newer
Pythran
versions
.
(
Github
issue
#
2989
)
Patch
by
Serge
Guelton
.
(
Github
issue
#
2989
)
*
A
reference
leak
in
power
-
of
-
2
calculation
was
fixed
.
Patch
by
Sebastian
Berg
.
(
Github
issue
#
3022
)
*
The
search
order
for
include
files
was
changed
.
Previously
it
was
``
include_directories
``,
``
Cython
/
Includes
``,
``
sys
.
path
``.
Now
it
is
``
include_directories
``,
``
sys
.
path
``,
``
Cython
/
Includes
``.
This
was
done
to
allow
third
-
party
``*.
pxd
``
files
to
override
the
ones
in
Cython
.
(
Github
issue
#
2905
)
Original
patch
by
Matti
Picus
.
(
Github
issue
#
2905
)
0.29.10
(
2019
-
06
-
02
)
...
...
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