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
085cf829
Commit
085cf829
authored
Dec 05, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
3edcef40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
CHANGES.rst
CHANGES.rst
+14
-1
No files found.
CHANGES.rst
View file @
085cf829
...
...
@@ -2,12 +2,25 @@
Cython
Changelog
================
0.29.25
(
2021
-
??-??
)
0.29.25
(
2021
-
12
-
05
)
====================
Bugs
fixed
----------
*
Several
incompatibilities
with
CPython
3.11
were
resolved
.
Patches
by
David
Woods
,
Victor
Stinner
,
Thomas
Caswell
.
(
Github
issues
#
4411
,
#
4414
,
#
4415
,
#
4416
,
#
4420
,
#
4428
,
#
4479
)
*
Some
C
compiler
warnings
were
resolved
.
Patches
by
Lisandro
Dalcin
and
others
.
(
Github
issue
#
4439
)
*
C
++
``
std
::
move
()``
should
only
be
used
automatically
in
MSVC
versions
that
support
it
.
Patch
by
Max
Bachmann
.
(
Github
issue
#
4191
)
*
The
``
Py_hash_t
``
type
failed
to
accept
arbitrary
"index"
values
.
(
Github
issue
#
2752
)
*
Avoid
copying
unaligned
16
-
bit
values
since
some
platforms
require
them
to
be
aligned
.
Use
memcpy
()
instead
to
let
the
C
compiler
decide
how
to
do
it
.
(
Github
issue
#
4343
)
...
...
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