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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
e3f413bf
Commit
e3f413bf
authored
Feb 18, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
2694c1eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
CHANGES.rst
CHANGES.rst
+7
-1
No files found.
CHANGES.rst
View file @
e3f413bf
...
...
@@ -5,7 +5,11 @@ Cython Changelog
0.29.16
(
2020
-
0
?-??)
====================
*
Avoid
C
compiler
warning
about
unreachable
code
in
``
prange
()``.
*
Temporary
internal
variables
in
nested
prange
loops
could
leak
into
other
threads
.
Patch
by
Frank
Schlimbach
.
(
Github
issue
#
3348
)
*
Fix
an
unhandled
C
++
exception
in
comparisons
.
Patch
by
David
Woods
.
(
Github
issue
#
3361
)
*
Fix
deprecated
import
of
"imp"
module
.
Patch
by
Matti
Picus
.
(
Github
issue
#
3350
)
...
...
@@ -13,6 +17,8 @@ Cython Changelog
*
Avoid
"undeclared"
warning
about
automatically
generated
pickle
methods
.
Patch
by
David
Woods
.
(
Github
issue
#
3353
)
*
Avoid
C
compiler
warning
about
unreachable
code
in
``
prange
()``.
0.29.15
(
2020
-
02
-
06
)
====================
...
...
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