Nathan Goldbaum
Nathan Goldbaum
I'm hoping to get rpds-py free-threaded wheels ready by the end of the week: https://github.com/crate-py/rpds/issues/101 A bigger sticking point might be `argon2-cffi`, since cffi is proving to be difficult to...
Sorry for taking so long to get back to this. I just managed to successfully install and launch jupyterlab on the free-threaded build! Currently this requires a somewhat hacked together...
> finding a solution also for windows users would be great. I think my workaround should also work on Windows, assuming you have compilers installed. Unfortunately we need to fix...
It's now looking like the upstream CFFI project will merge support for the free-threaded build soon, after which this will hopefully be fixed in short order.
`argon2-cffi-bindings` version 25.1.0 now ships Python 3.14t wheels. Unfortunately 3.13t wheels probably won't ever happen because in the end we decided to only support Python 3.14 and newer in CFFI....
Agreed, more suggesting as an (optional) fallback.
or source for inspiration / wholesale copying
Sorry for not commenting yesterday. I'm still getting my feet under me to have confident design opinions about PyO3. There probably has to be a migration no matter what, even...
> would not require users to change their code With #4512 I think we'd need a rename at least, since `GILOnceCell` no longer relies on the GIL. Renames are of...
I think what's missing is setting the [`doc` field](https://docs.python.org/3/c-api/structures.html#c.PyMemberDef) in the PyMemberDef struct for each method. Looking at the code that sets up the PyMemberDef structs in `create_type_object.rs` (I *think*...