Commit 373e59c4 authored by Stefan Behnel's avatar Stefan Behnel

Add warning that no Cython-specific tests should be added to the PEP-492...

Add warning that no Cython-specific tests should be added to the PEP-492 coroutine test file copied from CPython.
parent e376d989
......@@ -2,6 +2,11 @@
# mode: run
# tag: pep492, pep530, asyncfor, await
###########
# This file is a copy of the corresponding test file in CPython.
# Please keep in sync and do not add non-upstream tests.
###########
import re
import gc
import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment