multidict icon indicating copy to clipboard operation
multidict copied to clipboard

The multidict implementation

Results 52 multidict issues
Sort by recently updated
recently updated
newest added

## Long story short Hey all! 👋 I took the liberty of looking into adding support for the 3.13 free-threaded build of CPython. This aims to be a tracking issue...

This essentially allows the cythonization opt-out be controlled by the `pure-python` PEP 517 config setting that can be passed to the corresponding build frontends via their respective CLIs.

enhancement
help wanted