mirror of https://github.com/python/cpython
5 lines
229 B
ReStructuredText
5 lines
229 B
ReStructuredText
|
Previously, incorrect usage of :keyword:`await` or asynchronous
|
||
|
comprehensions in code removed by the :option:`-O` option was not flagged by
|
||
|
the Python compiler. Now, such code raises :exc:`SyntaxError`. Patch by
|
||
|
Jelle Zijlstra.
|