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
e746619e
Commit
e746619e
authored
Sep 27, 2015
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog
parent
723ed3cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
CHANGES.rst
CHANGES.rst
+5
-0
No files found.
CHANGES.rst
View file @
e746619e
...
@@ -19,6 +19,8 @@ Features added
...
@@ -19,6 +19,8 @@ Features added
* Posix declarations for DLL loading and stdio extensions were added.
* Posix declarations for DLL loading and stdio extensions were added.
Patch by Lars Buitinck.
Patch by Lars Buitinck.
* Exception type tests have slightly lower overhead.
Bugs fixed
Bugs fixed
----------
----------
...
@@ -40,6 +42,9 @@ Bugs fixed
...
@@ -40,6 +42,9 @@ Bugs fixed
* ``isinf()`` declarations in ``libc/math.pxd`` and ``numpy/math.pxd`` now
* ``isinf()`` declarations in ``libc/math.pxd`` and ``numpy/math.pxd`` now
reflect the actual tristate ``int`` return value instead of using ``bint``.
reflect the actual tristate ``int`` return value instead of using ``bint``.
* Literal assignments to ctuples avoid Python tuple round-trips in some
more corner cases.
* Iteration over ``dict(...).items()`` failed to get optimised when dict
* Iteration over ``dict(...).items()`` failed to get optimised when dict
arguments included keyword arguments.
arguments included keyword arguments.
...
...
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