Oleg Iarygin

Results 33 comments of Oleg Iarygin

@ezio-melotti I'm confused about pre-2022 *Open Pull Requests* and *New Pull Requests* stats. Their [title page](https://www.repotrends.com/) tells about GitHub repositories only; the python stats page doesn't mention BPO either.

Are all values with identity guaranteed to be `Record`s? If yes, it seems we can: 1. Replace a term *values with(out) identity* with a presense/absense of a new `[[UniqueID]]` field...

Can we replace "source module" with "corresponding source code file" instead?

~~I believe that multiple repetitions of the same dead and slightly confusing code is worth deleting.~~ ~~Hovewer, I agree that it has no maintanance burden so the PR brings no...

@ChristianSi Probably because https://github.com/python/cpython/pull/2735#pullrequestreview-50481801 is not addressed.

This PR is stuck for five years, so cc @ambv as a configparser expert.

Can this issue and the associated PR be considered superseded with gh-79156 and gh-91453 respectively?

Asyncore-based test servers from `test_ftp` and `test_logging` cannot be ported to asyncio, the tested clients are blocking. However, instead of writing a server thread class from scratch, it would be...

Is the idea to group C API tests still feasible? It would be great to immediately see from a file structure that `test_getargs2.py` and `test_structmembers.py` are not about Python libraries...

You really need to: 1. Create an issue on bpo (bugs.python.org) 2. Look up its url (it looks like `https://bugs.python.org/issue6778`) and copy a number after `/issue` part 3. Prepend a...