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
07f45205
Commit
07f45205
authored
Jan 28, 2022
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.29.x'
parents
1f5e17aa
229a4531
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 @
07f45205
...
...
@@ -892,6 +892,34 @@ Other changes
..
_
`
PEP
-
479
`:
https
://
www
.
python
.
org
/
dev
/
peps
/
pep
-
0479
..
_0
.29.27
:
0.29.27
(
2022
-
01
-
28
)
====================
Features
added
--------------
*
The
``
cythonize
``
command
has
a
new
option
``-
M
``
to
generate
``.
dep
``
dependency
files
for
the
compilation
unit
.
This
can
be
used
by
external
build
tools
to
track
these
dependencies
.
Patch
by
Evgeni
Burovski
.
(
Github
issue
#
1214
)
Bugs
fixed
----------
*
Compilation
failures
on
PyPy
were
resolved
.
Patches
by
Matti
Picus
.
(
Github
issues
#
4509
,
#
4517
)
*
Calls
to
``
range
()``
with
more
than
three
arguments
did
not
fail
.
Original
patch
by
Max
Bachmann
.
(
Github
issue
#
4550
)
*
Some
C
compiler
warnings
about
missing
type
struct
initialisers
in
Py3
.10
were
resolved
.
*
Cython
no
longer
warns
about
using
OpenMP
3.0
features
since
they
are
now
considered
generally
available
.
..
_0
.29.26
:
0.29.26
(
2021
-
12
-
16
)
...
...
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