Peter Bierma

Results 133 comments of Peter Bierma

This is no longer relevant as of the switch to `mkdocs-material`

Yeah, Solaris isn't an officially supported platform. See [PEP 11](https://peps.python.org/pep-0011/) for the official list of supported platforms. AFAIK, recent versions support Solaris, but 3.9 is five years old at this...

What `make` and `configure` arguments did you use?

Could be, but looking at the package lock, it seems to be in React 17, so it should support this. I'm not sure how the testing suite it set up,...

Scratch that - `createRoot` was added in React 18, not 17, so yeah, it's the version.

Additionally, [many repositories](https://github.com/search?q=_PyBytes_Resize&type=code) use `_PyBytes_Resize` as well. Perhaps that's something that should go public?

Confirmed on the main branch, but this isn't related to `InterpreterPoolExecutor`. `ipe_executor._thread_name_prefix` does appear to be set to the correct value, and the `Thread` object name is the right value...

This is a bug (I was able to reproduce this on the CPython main branch), and looks like a minor security problem, considering this: > An email parser will interpret...

I'm pretty sure this is a security problem, as you can inject extra headers. @Eclips4 what do you think, and could you add the security label?