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
e376d989
Commit
e376d989
authored
Jan 24, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
8c620c38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
CHANGES.rst
CHANGES.rst
+10
-1
No files found.
CHANGES.rst
View file @
e376d989
...
...
@@ -5,9 +5,18 @@ Cython Changelog
0.29.15
(
20
??-??-??)
====================
*
Crash
when
using
``**
kwargs
``
in
generators
.
Patch
by
David
Woods
.
(
Github
issue
#
3265
)
*
Double
reference
free
in
``
__class__
``
cell
handling
for
``
super
()``
calls
.
(
Github
issue
#
3246
)
*
Import
failure
in
IPython
7.11
.
(
Github
issue
#
3297
)
*
Fixed
C
name
collision
in
the
auto
-
pickle
code
.
Patch
by
ThePrez
.
(
Github
issue
#
3238
)
*
Deprecated
import
failed
in
Python
3.9
.
(
Github
issue
#
3266
)
...
...
@@ -19,7 +28,7 @@ Bugs fixed
----------
*
The
generated
code
failed
to
initialise
the
``
tp_print
``
slot
in
CPython
3.8
.
Patches
by
Pablo
Galindo
and
Orivej
Desh
(
Github
issues
#
3171
,
#
3201
).
Patches
by
Pablo
Galindo
and
Orivej
Desh
.
(
Github
issues
#
3171
,
#
3201
)
*
``?``
for
``
bool
``
was
missing
from
the
supported
NumPy
dtypes
.
Patch
by
Max
Klein
.
(
Github
issue
#
2675
)
...
...
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