Kumar Aditya

Results 21 issues of Kumar Aditya

Co-authored-by: Erlend E. Aasland * Issue: gh-91375

expert-asyncio
awaiting merge
skip news

This PR changes `asyncio.wait_for` to use `asyncio.timeout` as its underlying implementation. It simplifies the code and makes it easy to understand the cancellation semantics as both `asyncio.timeout` and `asyncio.wait_for` behaves...

type-feature
expert-asyncio
awaiting merge

* Issue: gh-94597

expert-asyncio
awaiting review
skip news

Currently `RECORD` file only modified when the wheelfile is opened for writing. It should also update `RECORD` when appending to the zipfile.

See https://github.com/python/typeshed/issues/10185 The modified types reflect the real runtime types of these methods, it is more accurate now.

The following code fails to typecheck with latest mypy but works just fine at runtime. ```py from typing import Any import asyncio class MyCoro: def __init__(self): async def coro() ->...

topic: asyncio

Currently, playwright when in debug mode logs output to stdout directly, while this is great, it is impossible to customise logging from the logger of the language being used like,...

P3-collecting-feedback

* Issue: gh-125789

topic-asyncio
awaiting core review
needs backport to 3.12
needs backport to 3.13