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
4dd7c18d
Commit
4dd7c18d
authored
Mar 21, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.29.x'
parents
d0d36736
e9c0ae4b
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 @
4dd7c18d
...
...
@@ -210,6 +210,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
)
...
...
@@ -225,8 +229,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