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
ea43f8ef
Commit
ea43f8ef
authored
Dec 18, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
0996ac72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
CHANGES.rst
CHANGES.rst
+10
-2
No files found.
CHANGES.rst
View file @
ea43f8ef
...
@@ -27,6 +27,14 @@ Features added
...
@@ -27,6 +27,14 @@ Features added
Bugs
fixed
Bugs
fixed
----------
----------
*
Circular
imports
of
compiled
modules
could
fail
needlessly
even
when
the
import
could
already
be
resolved
from
``
sys
.
modules
``.
Patch
by
Syam
Gadde
.
(
Github
issue
:
issue
:`
4390
`)
*
The
GIL
can
now
safely
be
released
inside
of
``
nogil
``
functions
(
which
may
actually
be
called
with
the
GIL
held
at
runtime
).
Patch
by
David
Woods
.
(
Github
issue
:
issue
:`
4137
`)
*
Type
errors
when
passing
memory
view
arguments
could
leak
buffer
references
.
*
Type
errors
when
passing
memory
view
arguments
could
leak
buffer
references
.
Patch
by
David
Woods
.
(
Github
issue
:
issue
:`
4296
`)
Patch
by
David
Woods
.
(
Github
issue
:
issue
:`
4296
`)
...
@@ -67,9 +75,9 @@ Bugs fixed
...
@@ -67,9 +75,9 @@ Bugs fixed
Patch
by
David
Woods
.
(
Github
issue
:
issue
:`
3085
`)
Patch
by
David
Woods
.
(
Github
issue
:
issue
:`
3085
`)
*
Several
C
++
library
declarations
were
added
and
fixed
.
*
Several
C
++
library
declarations
were
added
and
fixed
.
Patches
by
Dobatymo
,
account
-
login
,
Jonathan
Helgert
.
Patches
by
Dobatymo
,
account
-
login
,
Jonathan
Helgert
,
Evgeny
Yakimov
.
(
Github
issues
:
issue
:`
4408
`,
:
issue
:`
4419
`,
:
issue
:`
4410
`,
:
issue
:`
4395
`,
(
Github
issues
:
issue
:`
4408
`,
:
issue
:`
4419
`,
:
issue
:`
4410
`,
:
issue
:`
4395
`,
:
issue
:`
4423
`,
:
issue
:`
4448
`,
:
issue
:`
4462
`)
:
issue
:`
4423
`,
:
issue
:`
4448
`,
:
issue
:`
4462
`
,
:
issue
:`
3293
`
)
*
Some
compiler
problems
and
warnings
were
resolved
.
*
Some
compiler
problems
and
warnings
were
resolved
.
Patches
by
David
Woods
,
0
dminnimda
,
Nicolas
Pauss
and
others
.
Patches
by
David
Woods
,
0
dminnimda
,
Nicolas
Pauss
and
others
.
...
...
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