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
Kirill Smelkov
cython
Commits
e9c0ae4b
Commit
e9c0ae4b
authored
Mar 21, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
6642d167
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
CHANGES.rst
CHANGES.rst
+9
-2
No files found.
CHANGES.rst
View file @
e9c0ae4b
...
...
@@ -21,6 +21,10 @@ Bugs fixed
implemented
functions
.
Patch
by
David
Woods
.
(
Github
issue
#
3384
)
*
Valid
Python
object
concatenation
of
(
iterable
)
strings
to
non
-
strings
could
fail
with
an
exception
.
Patch
by
David
Woods
.
(
Github
issue
#
3433
)
*
Using
C
functions
as
temporary
values
lead
to
invalid
C
code
.
Original
patch
by
David
Woods
.
(
Github
issue
#
3418
)
...
...
@@ -36,8 +40,11 @@ Bugs fixed
*
The
``
_Py_PyAtExit
()``
function
in
``
cpython
.
pylifecycle
``
was
misdeclared
.
Patch
by
Zackery
Spytz
.
(
Github
issue
#
3382
)
*
The
matrix
multiplication
functions
in
``
cpython
.
number
``
were
missing
.
Patch
by
Zackery
Spytz
.
(
Github
issue
#
3421
)
*
Several
missing
declarations
in
``
cpython
.*``
were
added
.
Patches
by
Zackery
Spytz
.
(
Github
issue
#
3421
,
#
3411
,
#
3402
)
*
A
declaration
for
``
libc
.
math
.
fpclassify
()``
was
added
.
Patch
by
Zackery
Spytz
.
(
Github
issue
#
2514
)
*
Avoid
"undeclared"
warning
about
automatically
generated
pickle
methods
.
Patch
by
David
Woods
.
(
Github
issue
#
3353
)
...
...
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