[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00c949c7c3a3eed27a0b320d320097f630eb8fc5 by Mariatta Wijaya in branch '3.5': Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning https://github.com/python/cpython/commit/00c949c7c3a3eed27a0b320d320097f630eb8fc5

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00c949c7c3a3eed27a0b320d320097f630eb8fc5 by Mariatta Wijaya in branch '3.6': Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning https://github.com/python/cpython/commit/00c949c7c3a3eed27a0b320d320097f630eb8fc5 New

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00c949c7c3a3eed27a0b320d320097f630eb8fc5 by Mariatta Wijaya in branch 'master': Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning https://github.com/python/cpython/commit/00c949c7c3a3eed27a0b320d320097f630eb8fc5 New

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-02-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks all :) -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f5161f865d7 by Mariatta Wijaya in branch '3.5': Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning https://hg.python.org/cpython/rev/0f5161f865d7 New changeset 6dbe9051cdec by Mariatta Wijaya in branch '3.6': Issue

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-01-22 Thread INADA Naoki
Changes by INADA Naoki : -- stage: needs patch -> commit review ___ Python tracker ___

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-01-22 Thread INADA Naoki
INADA Naoki added the comment: LGTM. -- nosy: +inada.naoki ___ Python tracker ___ ___ Python-bugs-list

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-01-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Attached patch adds stacklevel=2 to the deprecation warning. -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file46369/issue29314.patch ___ Python tracker

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-01-18 Thread R. David Murray
Changes by R. David Murray : -- components: +asyncio nosy: +gvanrossum, yselivanov stage: -> needs patch type: -> behavior ___ Python tracker

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-01-18 Thread R. David Murray
New submission from R. David Murray: Title pretty much says it all. The warning isn't very helpful currently, since it just reports the line in tasks.py where the deprecation warning is generated. -- messages: 285750 nosy: r.david.murray priority: normal severity: normal status: open