Henry Schreiner
Henry Schreiner
I was hoping for at least one other maintainer to +1. Specifically @gaborbernat, @layday, and @FFY00 are on PyPI, so +1 from them would be good. IMO, this is the...
You can use native namespaces packages now. That's the old pre-Python 3 system. Those docs sound very old; I'm sure that statement came from when Python 2 still mattered.
Where are those docs?
You can add it only to the sdist with MANIFEST.in, if you'd rather. Though having it in the wheel seems fine. I can try the test you suggest tomorrow or...
One thing to keep in mind: include/pybind11/compat/pybind11_platform_abi_id.h is making our compiler ABI stuff more public, and I think it's likely too specific. We have errored on the side of being...
A thought on the naming: we are putting this in `pybind11/compat/*`, but it's just the conduit stuff. If we added more compat stuff in the future, like something related to...
> I do think it's a shame that we keep adding more build selector options This is supposed to help with that, instead of adding a new one for graalpy....
Should we make it an error to set `enable` and `free-threaded-support` or `prerelease-pythons`? We can make it a warning to use those old settings, maybe after one release, then we...
And what about musl? Should that require an enable too?
> musl One other way to argue this would be to note that all the other groups we've proposed are rows on the identifier table, this would be the only...