Merge pull request #1602 from gevent/issue1587
Avoid closing the same libuv watcher object twice
Showing
... | @@ -9,6 +9,9 @@ pylint>=1.8.0 ; python_version < "3.4" | ... | @@ -9,6 +9,9 @@ pylint>=1.8.0 ; python_version < "3.4" |
pylint >= 2.5.0 ; python_version >= "3.4" and platform_python_implementation == "CPython" | pylint >= 2.5.0 ; python_version >= "3.4" and platform_python_implementation == "CPython" | ||
astroid >= 2.4.0 ; python_version >= "3.4" and platform_python_implementation == "CPython" | astroid >= 2.4.0 ; python_version >= "3.4" and platform_python_implementation == "CPython" | ||
# backport of faulthandler | |||
faulthandler ; python_version == "2.7" and platform_python_implementation == "CPython" | |||
# For generating CHANGES.rst | # For generating CHANGES.rst | ||
towncrier | towncrier | ||
# For making releases | # For making releases | ||
... | ... |
docs/changes/1587.bugfix
0 → 100644
Please register or sign in to comment