Eashwar Ranganathan
Eashwar Ranganathan
Yep, I have some thoughts around some other improvements for rust language support that I planned to write up for discussion, but this particular part seemed a bit more important...
~~I haven't worked through all the logic for async fn handling yet, but I suspect that `gen_block` needs updates as well~~ Edit: No it doesn't. I think this PR is...
Ah, thanks for that. I was going to get to it this weekend but I don't want to hold up the release 😅
Added zap stanza for pyfa in https://github.com/Homebrew/homebrew-cask/pull/97090
> Thanks. What is the advantage of failing silently? The admin specifically requested it. We should let them know, no? I guess, but doesn't that code already silently skip if...
Looks like cpython has also decided to silently skip setting reuseport instead of erroring out: https://github.com/python/cpython/pull/128933
I'm sure there are multiple vulnerabilities in the CPython runtime for 3.5. It hasn't received any security fixes since late 2020. Given that CPython support windows are 5 years long,...