Filipe Laíns 🇵🇸

Results 478 comments of Filipe Laíns 🇵🇸

(sparked by the discussion in #627) At this point, I am starting to think it's better to just do this change so that we do not delay it further, as...

@abravalheri thanks for the update, and for having a look at this! Are you planning to also include this in `setuptools.build_meta:__legacy__`? If not, would it be possible to issue a...

> We don't know what backend is being used, unless you mean just doing a textual match against the setting of `build-backend` (which I'm still not very fond of). Yes....

Thanks for working on that @layday! > #632 mirrors the programmatic API by allowing users to pass config settings to each hook separately, which I think is an elegant, permanent...

Doing some cleaning of the PR queue, this seems to have been open for a long time. Sorry @jameshilliard. Feel free to ping me directly, as often as you'd like,...

I can't re-open the PR for some reason, can you? If not, just open a new PR. I'll try to make sure I review it, but feel free to ping...

> I've done some more archeology. The `sysconfig` patch is in the repository for the Debian's Python package since a long time, but it is actually installed only starting with...

The reason Debian patches Python in this way is https://github.com/python/cpython/issues/65735. I am trying to understand if it is still relevant, or if we can just revert to looking at `sysconfig.get_config_var('Py_ENABLE_SHARED')`.

But older platforms will have distutils available to do the check, we need to figure out if this is still relevant on newer versions, and if so, figure out a...