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
dcf1062d
Commit
dcf1062d
authored
Dec 19, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
3c69a1aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CHANGES.rst
CHANGES.rst
+6
-0
No files found.
CHANGES.rst
View file @
dcf1062d
...
...
@@ -8,12 +8,18 @@ Cython Changelog
Features
added
--------------
*
``
__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
`)
*
An
initial
set
of
adaptations
for
GraalVM
Python
was
implemented
.
Note
that
this
does
not
imply
any
general
support
for
this
target
or
that
your
code
will
work
at
all
in
this
environment
.
But
testing
should
be
possible
now
.
...
...
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