[Python-Dev] Does ensurepip still have to include a copy of setuptools?

2021-10-01 Thread Illia Volochii
Hi everyone, ensurepip includes private copies of pip and setuptools. But PEP 453 states that "once pip is able to run pip install --upgrade pip without needing setuptools installed first, then the private copy of setuptools will be removed from ensurepip in subsequent CPython releases." https:

[Python-Dev] Re: Existing asyncio features scheduled for removal in Python 3.9 and 3.10

2021-05-02 Thread Illia Volochii
> I would prefer to wait for 3.11 to remove more deprecated features, > these ones can survive a little bit longer. > > If possible, I suggest to remove functions at the beginning of a new > Python development cycle, rather than just before the feature freeze. > So projects tested with the developm

[Python-Dev] Existing asyncio features scheduled for removal in Python 3.9 and 3.10

2021-04-26 Thread Illia Volochii
Hi everyone, There are a couple of uncompleted asyncio feature removals scheduled for 3.9 and 3.10 releases. It will be great if we either complete them or reschedule before the 3.10 feature freeze. There are two stale pull requests related to this. Removal of @asyncio.coroutine in version 3.10 d