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
4060346c
Commit
4060346c
authored
Apr 21, 2022
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
60ca7eb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
CHANGES.rst
CHANGES.rst
+28
-0
No files found.
CHANGES.rst
View file @
4060346c
...
...
@@ -2,6 +2,34 @@
Cython
Changelog
================
0.29.29
(
2022
-??-??)
====================
Bugs
fixed
----------
*
Function
definitions
in
``
finally
:``
clauses
were
not
correctly
generated
.
Patch
by
David
Woods
.
(
Github
issue
#
4651
)
*
A
case
where
C
-
API
functions
could
be
called
with
a
live
exception
set
was
fixed
.
Patch
by
Jakub
Kul
í
k
.
(
Github
issue
#
4722
)
*
Pickles
can
now
be
exchanged
again
with
those
generated
from
Cython
3.0
modules
.
(
Github
issue
#
4680
)
*
The
C
union
type
in
pure
Python
mode
mishandled
some
field
names
.
Patch
by
Jordan
Bri
è
re
.
(
Github
issue
#
4727
)
*
Allow
users
to
overwrite
the
C
macro
``
_USE_MATH_DEFINES
``.
Patch
by
Yuriy
Chernyshov
.
(
Github
issue
#
4690
)
*
Improved
compatibility
with
CPython
3.10
/
11.
Patches
by
Thomas
Caswell
,
David
Woods
.
(
Github
issues
#
4609
,
#
4667
,
#
4721
,
#
4730
)
*
Docstrings
of
descriptors
are
now
provided
in
PyPy
7.3.9
.
Patch
by
Matti
Picus
.
(
Github
issue
#
4701
)
0.29.28
(
2022
-
02
-
17
)
====================
...
...
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