Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-112997: Don't log arguments in asyncio unless debugging (#115667) | Pierre Ossman (ThinLinc team) | 2024-02-28 | 1 | -7/+15 |
| | | | | | | Nothing else in Python generally logs the contents of variables, so this can be very unexpected for developers and could leak sensitive information in to terminals and log files. | ||||
* | bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) | Yury Selivanov | 2018-05-28 | 1 | -4/+5 |
| | |||||
* | bpo-32311: Implement asyncio.create_task() shortcut (#4848) | Andrew Svetlov | 2017-12-15 | 1 | -0/+75 |
* Implement functionality * Add documentation |