Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d4bb9728
Commit
d4bb9728
authored
Mar 31, 2012
by
Kristján Valur Jónsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #14435: Add Misc/NEWS and Misc/ACKS
parent
69c2ffa3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Misc/ACKS
View file @
d4bb9728
...
...
@@ -507,6 +507,7 @@ Jeremy Jones
Richard Jones
Irmen de Jong
Lucas de Jonge
Kristján Valur Jónsson
Jens B. Jorgensen
John Jorgensen
Sijin Joseph
...
...
Misc/NEWS
View file @
d4bb9728
...
...
@@ -31,6 +31,9 @@ Core and Builtins
-
Issue
#
14220
:
When
a
generator
is
delegating
to
another
iterator
with
the
yield
from
syntax
,
it
needs
to
have
its
``
gi_running
``
flag
set
to
True
.
-
Issue
#
14435
:
Remove
dedicated
block
allocator
from
floatobject
.
c
and
rely
on
the
PyObject_Malloc
()
api
like
all
other
objects
.
Library
-------
...
...
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