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
958df064
Commit
958df064
authored
Dec 21, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
7a63c850
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
CHANGES.rst
CHANGES.rst
+13
-4
No files found.
CHANGES.rst
View file @
958df064
...
...
@@ -8,15 +8,20 @@ Cython Changelog
Features
added
--------------
*
``
Cython
.
Distutils
.
build_ext
``
now
uses
``
cythonize
()``
internally
(
previously
known
as
``
new_build_ext
``),
while
still
supporting
the
options
that
were
available
in
the
old
implementation
(``
old_build_ext
``).
Patch
by
Matus
Valo
.
(
Github
issue
:
issue
:`
3541
`)
*
``
pyximport
``
now
uses
``
cythonize
()``
internally
.
Patch
by
Matus
Valo
.
(
Github
issue
:
issue
:`
2304
`)
*
``
__del__
(
self
)``
on
extension
types
now
maps
to
``
tp_finalize
``
in
Python
3.
Original
patch
by
ax487
.
(
Github
issue
:
issue
:`
3612
`)
*
Conversion
from
Python
dict
to
C
++
map
now
supports
arbitrary
Python
mappings
,
not
just
dicts
.
*
``
pyximport
``
now
uses
``
cythonize
()``
internally
.
Patch
by
Matus
Valo
.
(
Github
issue
:
issue
:`
2304
`)
*
Direct
assignments
to
C
++
references
are
now
allowed
.
Patch
by
David
Woods
.
(
Github
issue
:
issue
:`
1863
`)
...
...
@@ -102,7 +107,11 @@ Bugs fixed
Patch
by
David
Woods
.
(
Github
issue
:
issue
:`
4453
`)
*
Some
compatibility
issues
with
PyPy
were
resolved
.
Patches
by
Max
Bachmann
,
Matti
Picus
.
(
Github
issues
:
issue
:`
4454
`,
:
issue
:`
4477
`,
:
issue
:`
4478
`)
Patches
by
Max
Bachmann
,
Matti
Picus
.
(
Github
issues
:
issue
:`
4454
`,
:
issue
:`
4477
`,
:
issue
:`
4478
`,
:
issus
:`
4509
`)
*
A
compiler
crash
when
running
Cython
thread
-
parallel
from
distutils
was
resolved
.
(
Github
issue
:
issue
:`
4503
`)
*
Includes
all
bug
-
fixes
from
the
:
ref
:`
0.29.26
`
release
.
...
...
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