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
218d8dc7
Commit
218d8dc7
authored
Jun 14, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
17481625
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
CHANGES.rst
CHANGES.rst
+14
-0
No files found.
CHANGES.rst
View file @
218d8dc7
...
...
@@ -22,13 +22,27 @@ Features added
Bugs
fixed
----------
*
Code
optimisations
were
not
applied
to
methods
of
Cython
implemented
C
++
classes
.
Patch
by
David
Woods
.
(
Github
issue
#
4212
)
*
An
unnecessary
slow
-
down
at
import
time
was
removed
from
``
Cython
.
Distutils
``.
Original
patch
by
Anthony
Sottile
.
(
Github
issue
#
4224
)
*
The
signature
of
``
PyFloat_FromString
()``
in
``
cpython
.
float
``
was
changed
to
match
the
signature
in
Py3
.
It
still
has
an
automatic
fallback
for
Py2
.
(
Github
issue
:
issue
:`
3909
`)
*
A
compile
error
on
MSVC
was
resolved
.
Patch
by
David
Woods
.
(
Github
issue
#
4202
)
*
A
C
compiler
warning
in
PyPy3
regarding
``
PyEval_EvalCode
()``
was
resolved
.
Other
changes
-------------
*
Support
for
the
now
unsupported
Pyston
V1
was
removed
in
favour
of
Pyston
V2
.
Patch
by
Marius
Wachtler
.
(
Github
issue
#
4211
)
*
The
``
Cython
.
Build
.
BuildExecutable
``
tool
no
longer
executes
the
program
automatically
.
Use
``
cythonrun
``
for
that
.
...
...
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