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
c8190c4d
Commit
c8190c4d
authored
Jun 01, 2019
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
b66a9dc6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
CHANGES.rst
CHANGES.rst
+9
-0
No files found.
CHANGES.rst
View file @
c8190c4d
...
...
@@ -52,6 +52,10 @@ Features added
*
PEP
-
479
(``
generator_stop
``)
is
now
enabled
by
default
with
language
level
3.
(
Github
issue
#
2580
)
*
Code
annotation
accepts
a
new
debugging
argument
``--
annotate
=
fullc
``
that
will
include
the
complete
syntax
highlighted
C
file
in
the
HTML
output
.
(
Github
issue
#
2855
)
*
``--
no
-
capture
``
added
to
``
runtests
.
py
``
to
prevent
stdout
/
stderr
capturing
during
srctree
tests
.
Patch
by
Matti
Picus
.
...
...
@@ -76,6 +80,11 @@ Bugs fixed
semantics
.
It
now
passes
through
the
Mapping
protocol
first
when
supported
.
(
Github
issue
#
1807
)
*
Broadcast
assignments
to
a
multi
-
dimensional
memory
view
slice
could
end
up
in
the
wrong
places
when
the
underlying
memory
view
is
known
to
be
contiguous
but
the
slice
is
not
.
(
Github
issue
#
2941
)
*
Pickling
unbound
methods
of
Python
classes
failed
.
Patch
by
Pierre
Glaser
.
(
Github
issue
#
2972
)
...
...
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