Closed burgholzer closed 3 months ago
Thanks! This should be all that's needed to fix the issue.
Nice. Thanks for merging so quickly! Would it be possible to get a release with this fix out? Happy to contribute the corresponding PR if you'd like.
I'll make a new release after fixing #49. It shouldn't take too long.
New release is out.
This tiny PR adds free-threaded python to
ignore_regexes
. Without this fix, delvewheel would not ignorepython313t.dll
and would patch it in the wheel which, subsequently, leads to access violations when trying to import the repaired wheel.Given that I am not too familiar with the delvewheel codebase, I am not sure if there are other places where this needs to be fixed. At least a local test run with a free-threading build confirmed this to be working.