Matthieu Darbois
Matthieu Darbois
Without taking into account the whitespace skipping (which would also apply to the `char` version), I made a small POC of what could be done to support `uint16_t[]` decoding. I...
Yes having a direct `decode16` is faster but is the speed up worth adding it compared to the 2-stages approach ? Maybe not (and that's for @aklomp to decide given...
I use SDE as well (in CI also) to check for some "check SIMD capability" code. Having the hardware wouldn't have helped in this case. I don't know of a...
FYI the branch used for https://github.com/giampaolo/psutil/pull/2103 (https://github.com/mayeut/psutil/tree/abi3-linux-aarch64) is still active/up-to-date in my fork & all tests requiring skipping with QEMU are marked as such (and some updated for QEMU). If...
> Is that an issue with this? No, Windows has been failing the last couple builds.
> Is there any validation that would prevent it from accepting arbitrary identifiers? They do have a semantic so, while they're not checked against a known list, they have to...
The error was "No space left", this should now be fixed in main.
> A similar opt-in mechanism could be added here, but it probably should be also supported in TOML. > We could kind of punt on this for a while, though,...
On the one hand, I'd like to encourage testing this option, on the other: - It's still marked as an experimental feature - It will break some updates of cibuildwheel...
The library is named `python313t.lib` for the free-threaded variant. There might be something missing in meson for this ?