Matti Picus
Matti Picus
One thing still open is where to link this into the documentation: currently it does not appear in any other document as a reference so will be hard to find.
Maybe we should put this in as-is and iterate on it as people try out codespaces? @InessaPawson is it ready for more review?
Given the number of contributors to ASV, this seems like churn for very little gain.
We could think about supporting pyproject.toml build systems as well or instead of setuptools. The scientific python projects have moved to meson/meson-python.
@messense added a rust build script in [this commit on their fork](https://github.com/hpyproject/hpy/commit/126639d17c010fc6daf94a479b6a1310301bd0f0). I don't know enough about rust to say if it is a step forward?
Could you add `check-latest: true` to the [setup-python](https://github.com/ultrajson/ultrajson/actions/runs/10651820147/job/29524844616#step:3:7) action options? I don't know how expensive it is, in any case you can comment it out once the image updates.
I wonder where that is coming from. As far as I can tell, it is not here (distutils) nor in PyPy. Is it an xcode default?
PyPy has quite a few releases since it added `LDCXXSHARED`. Is this still happening?
I don't understand the problem: what is missing in PyPy?
@RuABraun could you provide more information since this should have been solved. What version of PyPy are you using, what does your invocation look like, what platform are you using?