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
06607884
Commit
06607884
authored
Jul 13, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
8dee7f91
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 @
06607884
...
@@ -12,11 +12,25 @@ Bugs fixed
...
@@ -12,11 +12,25 @@ Bugs fixed
C
code
if
the
module
that
imported
from
them
does
not
use
memory
views
.
C
code
if
the
module
that
imported
from
them
does
not
use
memory
views
.
Patch
by
David
Woods
.
(
Github
issue
#
1415
)
Patch
by
David
Woods
.
(
Github
issue
#
1415
)
*
Several
declarations
in
``
libcpp
.
string
``
were
added
and
corrected
.
Patch
by
Janek
Bevendorff
.
(
Github
issue
#
4268
)
*
Pickling
unbound
Cython
compiled
methods
failed
.
Patch
by
Pierre
Glaser
.
(
Github
issue
#
2972
)
*
The
tracing
code
was
adapted
to
work
with
CPython
3.10
.
*
The
optimised
``
in
``
operator
failed
on
unicode
strings
in
Py3
.9
and
later
*
The
optimised
``
in
``
operator
failed
on
unicode
strings
in
Py3
.9
and
later
that
were
constructed
from
an
external
``
wchar_t
``
source
.
that
were
constructed
from
an
external
``
wchar_t
``
source
.
Also
,
related
C
compiler
warnings
about
deprecated
C
-
API
usage
were
resolved
.
Also
,
related
C
compiler
warnings
about
deprecated
C
-
API
usage
were
resolved
.
(
Github
issue
#
3925
)
(
Github
issue
#
3925
)
*
Some
compiler
crashes
were
resolved
.
Patch
by
David
Woods
.
(
Github
issues
#
4214
,
#
2811
)
*
An
incorrect
warning
about
'unused'
generator
expressions
was
removed
.
(
GIthub
issue
#
1699
)
*
The
attributes
``
gen
.
gi_frame
``
and
``
coro
.
cr_frame
``
of
Cython
compiled
*
The
attributes
``
gen
.
gi_frame
``
and
``
coro
.
cr_frame
``
of
Cython
compiled
generators
and
coroutines
now
return
an
actual
frame
object
for
introspection
,
generators
and
coroutines
now
return
an
actual
frame
object
for
introspection
,
instead
of
``
None
``.
instead
of
``
None
``.
...
...
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