cpython/Misc/NEWS.d/next/Core and Builtins/2024-07-12-18-18-44.gh-issu...

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.