Jelle Zijlstra

Results 643 comments of Jelle Zijlstra

Yes, I need to get back to working on this, thanks for the reminder! Any PRs implementing some of this would be appreciated.

Not really, I haven't prioritized working on this because the current state of aiozmq isn't really causing me problems. I'd welcome PRs implementing the changes I listed above.

aiozmq isn't intended for use in synchronous apps, but it should be possible to make async functions blocking by wrapping them in e.g. `asyncio.run`.

Similarly we accept `urlparse("http://python.org:10_000").port`. Do you think this has any practical effect, for example on security? Most likely we'll have to go through a deprecation cycle to remove the noncompliant...

All the backports are merged, thanks for reporting and fixing this issue!

Feel free to open a PR, thanks for your work! (Not Mariatta but pretty sure she'd agree.)

Agree that this is important to cover. Personally, I tend to think of two audiences: - A user who is looking to upgrade, and wants to know what changed in...

You may be interested in https://bugs.python.org/issue46821 where I propose adding runtime introspection support to `@typing.overload`. I hope that will also be enough for beartype. (I didn't read all of the...

> It's kinda unlikely a runtime-introspectable @typing.overload decorator will land in Python 3.11 This change should not need a PEP, since it only affects the runtime. We already added introspection...