HackerTrans
TopNewTrendsCommentsPastAskShowJobs

superbatfish

no profile record

comments

superbatfish
·hace 4 meses·discuss
This is accurate and the parent commenter here seems to be echoing a common misconception. Either they are confused or they need to elaborate more to demonstrate that they have a valid complaint.

For instance, this would have been a valid complaint:

"Users who don't need free threading will now suffer a performance penalty for their single-threaded code."

That is true. But if you are currently using multiple threads, code that was correct before will still be correct in the free threaded build, and code that was incorrect before will still be incorrect.
superbatfish
·hace 4 meses·discuss
When I read an article about Python optimizations, I typically expect to have significant objections. But this one was great, actually.
superbatfish
·hace 11 meses·discuss
>Implementing `pipe` would be fun, but I'll leave it as an exercise for the reader.

I like exercise:

https://gist.github.com/stuarteberg/6bcbe3feb7fba4dc2574a989...