diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-06-22 22:03:43 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-06-22 22:03:43 (GMT) |
commit | d6de5d8455ac0d120d9c49d04f350433a86ec4e6 (patch) | |
tree | 36bbdd73e225b5f83ebf406584edc8c994049991 /.hgignore | |
parent | cd95e18bf7db348060ab9680729927b5ccb11bb1 (diff) | |
download | cpython-d6de5d8455ac0d120d9c49d04f350433a86ec4e6.zip cpython-d6de5d8455ac0d120d9c49d04f350433a86ec4e6.tar.gz cpython-d6de5d8455ac0d120d9c49d04f350433a86ec4e6.tar.bz2 |
asyncio: BaseEventLoop._assert_is_current_event_loop() now only raises an
exception if the current loop is not None.
Guido van Rossum wrote:
"The behavior that you can set the loop to None (and keep track of it
explicitly) is part of the spec, and this should still be supported even in
debug mode. The behavior that we raise an error if you are caught having
multiple active loops per thread is just a debugging heuristic, and it
shouldn't break code that follows the spec."
Diffstat (limited to '.hgignore')
0 files changed, 0 insertions, 0 deletions