Hi, I wrote the aiotest test suite to check if an implementation of the PEP 3156 is compliant with PEP. I wrote a test to ensure that functions scheduled with call_soon() after a call to stop() are not executed before the next call to run_forever():
https://bitbucket.org/haypo/aiotest/src/22ecbabe626874bb30a801a49bc87568fadf3fcc/aiotest/test_callback.py?at=default#cl-34 Is my test too strict, or do implementations respect this restriction? Victor
