[New-bugs-announce] [issue27527] Make not yielding from or awaiting a coroutine a SyntaxError

Decorater report at bugs.python.org
Sat Jul 16 01:16:03 EDT 2016


New submission from Decorater:

Currently there is a waring printed in python when you try to call a coroutine without yieling from or awaiting it but I would like it to be a SyntaxError when this happens instead.

----------
components: Windows
messages: 270538
nosy: Decorater, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Make not yielding from or awaiting a coroutine a SyntaxError
versions: Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27527>
_______________________________________


More information about the New-bugs-announce mailing list