| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
Issue #21209.
|
|
|
|
| |
Closes issue #21209.
|
| |
|
|
|
|
| |
exception is raised. self is set to None to break a reference cycle.
|
| |
|
|
|
|
|
|
| |
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since
Python startup, to be able to debug coroutines defined directly in the asyncio
module.
|
|
|
|
| |
Thanks to Vajrasky Kok for discovering some of them.
|
|
|
|
| |
Fixes issue #20566.
|
|
|
|
| |
the list of futures is not a list but a Future, Task or coroutine object
|
| |
|
| |
|
| |
|
|
|
|
| |
Carneiro.
|
| |
|
|
|
|
| |
Add __name__ and __doc__ to __slots__
|
|
|
|
| |
__slot__ => __slots__
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|