Ben Darnell
Ben Darnell
Right. It was a mistake to use `self.args` in this way, but it's a fifteen-year-old mistake now (I appreciate the link to the Python 2.5 docs since that was the...
> The garbage collector shouldn't be doing that; it destroys objects by clearing their reference cycles, not by setting them to None. Correct, it's not the garbage collector per se....
No subinterpreters. There's not much going on in that test besides initialization of the asyncio event loop (which I think starts a thread? I can't remember if that's lazy or...
> It seems that relying on __del__ that refers to an external lock can't be fundamentally sound, since the "rules of __del__" seems to allow for that lock to be...
Ah, I didn't realize you were working on windows. My example runs in a `musllinux` environment (as it says in the subject line) which I know nothing about except that...
Thanks! And while I have your attention, can I ask if the `field-content` rule is semantically meaningful in any way, or if it's just an editorial choice about how to...
> Putting the 3.11 bin directory on $PATH and running python -m tox or the tox script both work as expected; the problem only occurs when python3.11 -m tox is...
Thank you for your patience with this; it originally came in as I was trying to finalize some things for the 6.5 release and I'm just now coming back to...
> > It is possible but more difficult to support streaming callbacks on curl_httpclient. I'd be OK with just returning an error if streaming_callback is awaitable in that case. >...
Looks good! Thanks for your patience with this.