Filipe Laíns 🇵🇸

Results 478 comments of Filipe Laíns 🇵🇸

> I am not using `py`, rather creating a venv directly from a python I download from python.org. I have found the pythons from the app store and the launcher...

> I do wonder if Setuptools should be in the business of providing the bootstrapping tool. IMO, if a downstream packager can't use pip, they should write their own PEP...

FWIW, I've been trying to get the sanitizer to be able to recover from errors (with `-fsanitize-recover=address`), which should allow the test suite to report all issues, instead of bailing.

> Getting these pixi-build definitions upstreamed to CPython is a bit of a pipe dream (maybe less so for NumPy, but probably still quite a way off). We have several...

@lucascolley, could we extend this to `linux-x86_64` too? I feel like if we are gonna upstream the CPython recipes, we would want at least these two platforms. I can help...

Sorry for the delay getting back to you. Thank you so much for all this work, it is extremely helpful! > @FFY00 what information would be good to include on...

Done. Could you just confirm the `llvm-tools` thing on macos, since IIRC you use that platform? Other than that, we are good :+1:

All good in CPython, I'll probably merge it on the weekend, or start of next week. Congrats @lucascolley!

Let's see in which shape we get the pixi PR, then we can update this based on that. I would like to at least keep the common problems section for...

FWIW, we've found pixi extremely useful to test downstreams with the address sanitizer, as they need quite a delicate environment to be setup. I have proposed adding pixi definitions in...