[Python-Dev] Re: Merge Request Review Reminder

2021-03-22 Thread Eric V. Smith
On 3/22/2021 8:51 PM, Senthil Kumaran wrote: Given this discussion, I am motivated to review this and merge this into stdlib. The conversation was helpful to me to understand for utility value of the method introduced by the patch. I had stated in the PR as well. Thank you, both, Faisal and Jaku

[Python-Dev] Tests now start with only 131 imported modules, instead of 233

2021-03-22 Thread Victor Stinner
Hi, tl;dr Tests of the Python Test Suite now start with 131 imported modules, instead of 233. For example, asyncio, logging, multiprocessing and warnings are no longer imported by default. -- The Python test suite is run by a custom test runner called "libregrtest" (test.libregrtest). It can det

[Python-Dev] Re: Merge Request Review Reminder

2021-03-22 Thread Senthil Kumaran
Given this discussion, I am motivated to review this and merge this into stdlib. The conversation was helpful to me to understand for utility value of the method introduced by the patch. I had stated in the PR as well. Thank you, both, Faisal and Jakub. On Mon, Mar 22, 2021 at 5:40 PM Jakub Stasi

[Python-Dev] Re: Merge Request Review Reminder

2021-03-22 Thread Jakub Stasiak
> On 22 Mar 2021, at 13:07, Faisal Mahmood wrote: > > Thanks Jakub, I wasn't aware of the netaddr library but just gave it a play > and it does seem very similar and I think it's very useful and completely > valid. > > I think the subtle difference is also that my implementation allows you t

[Python-Dev] Re: Python Language Summit 2021 Signups Are Now Open

2021-03-22 Thread Mariatta
Last call for signing up for Python Language Summit. The forms will automatically be closed at 6 AM Vancouver time tomorrow. Currently we have 82 sign ups and 22 topic proposals. Details: https://us.pycon.org/2021/summits/language/ Sign up stats: https://mariatta.ca/language_summit_data/

[Python-Dev] Re: Merge Request Review Reminder

2021-03-22 Thread Faisal Mahmood
Thanks Jakub, I wasn't aware of the netaddr library but just gave it a play and it does seem very similar and I think it's very useful and completely valid. I think the subtle difference is also that my implementation allows you to specify the next prefix as well, so it won't just find the next pr

[Python-Dev] Fwd: Re: aiter/anext review request

2021-03-22 Thread Joshua Bronson
On Sat, Mar 20, 2021 at 8:03 PM Guido van Rossum wrote: > The operator module is also C. > (In my 2018 PR, I was able to add the Python implementations of `aiter` and `anext` to Lib/operator.py, right above where it does "from _operator import *" toward the bottom of the file. I interpreted this