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
f1792e06
Commit
f1792e06
authored
Aug 03, 2019
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
ac1c9fe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CHANGES.rst
CHANGES.rst
+4
-0
No files found.
CHANGES.rst
View file @
f1792e06
...
...
@@ -72,6 +72,10 @@ Bugs fixed
the
first
character
if
multiple
characters
should
have
been
returned
.
They
now
use
the
original
Python
methods
again
.
*
Diverging
from
the
usual
behaviour
,
``
len
(
memoryview
)``,
``
len
(
char
*)``
and
``
len
(
Py_UNICODE
*)``
returned
an
unsigned
``
size_t
``
value
.
They
now
return
a
signed
``
Py_ssize_t
``,
like
other
usages
of
``
len
()``.
*
Nested
dict
literals
in
function
call
kwargs
could
incorrectly
raise
an
error
about
duplicate
keyword
arguments
,
which
are
allowed
when
passing
them
from
dict
literals
.
...
...
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