[issue27042] Incorrect grammar for function definitions

2016-05-16 Thread Eric Wieser
Eric Wieser added the comment: The parent commit is also bad: https://hg.python.org/cpython/rev/b65007ef59c0 -- ___ Python tracker ___ __

[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread STINNER Victor
STINNER Victor added the comment: Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue26991] Possible reference leak in MAKE_FUNCTION

2016-05-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset eaa3a71a6f62 by Benjamin Peterson in branch '3.5': fix possible refleak in MAKE_FUNCTION (closes #26991) https://hg.python.org/cpython/rev/eaa3a71a6f62 New changeset 7270701cf5bc by Benjamin Peterson in branch 'default': merge 3.5 (#26991) https://h

[issue27042] Incorrect grammar for function definitions

2016-05-16 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue27042] Incorrect grammar for function definitions

2016-05-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 451dd29ebae3 by Benjamin Peterson in branch '3.5': Backed out changeset 71ff2235bb4c (closes #27042) https://hg.python.org/cpython/rev/451dd29ebae3 New changeset d13999a6be8c by Benjamin Peterson in branch '3.5': class definitions only get argument

<    1   2