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
b6077b23
Commit
b6077b23
authored
Apr 14, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
7c0585e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
CHANGES.rst
CHANGES.rst
+12
-2
No files found.
CHANGES.rst
View file @
b6077b23
...
...
@@ -2,14 +2,24 @@
Cython
Changelog
================
0.29.23
(
2021
-
04
-
1
1
)
0.29.23
(
2021
-
04
-
1
4
)
====================
Bugs
fixed
----------
*
Some
problems
with
Python
3.10
were
resolved
.
Patches
by
Victor
Stinner
and
David
Woods
.
(
Github
issue
#
4046
)
Patches
by
Victor
Stinner
and
David
Woods
.
(
Github
issues
#
4046
,
#
4100
)
*
An
incorrect
"optimisation"
was
removed
that
allowed
changes
to
a
keyword
dict
to
leak
into
keyword
arguments
passed
into
a
function
.
Patch
by
Peng
Weikang
.
(
Github
issue
#
3227
)
*
Multiplied
str
constants
could
end
up
as
bytes
constants
with
language_level
=
2.
Patch
by
Alphadelta14
and
David
Woods
.
(
Github
issue
#
3951
)
*
``
PY_SSIZE_T_CLEAN
``
does
not
get
defined
any
more
if
it
is
already
defined
.
Patch
by
Andrew
Jones
.
(
Github
issue
#
4104
)
0.29.22
(
2021
-
02
-
20
)
...
...
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