Uh oh!
There was an error while loading. Please reload this page.
GH-92584: Redirect to Setuptools' guidance on extension modules - #108030
GH-92584: Redirect to Setuptools' guidance on extension modules#108030AA-Turner wants to merge 6 commits into
Conversation
zooba
commented
Aug 16, 2023
It's got important information in there that probably doesn't officially exist anywhere else, and for POSIX devs trying to make stuff work on Windows I'm sure it's invaluable (though it would be nice to have similar guides for Windows devs trying to make stuff work on *nix, but I'm not going to hold my breath). Expecting people to extract the same information from That said, it's in desperate need of cleanup and modernisation anyway, so I won't miss it. A cross-platform primer on building extension modules by hand (i.e. without |
AA-Turner
commented
Aug 16, 2023
Should we open a new issue for this? A |
It won't hurt, but I'm not sure it'll help convince anyone to actually do it. But I don't know of any better place to put the note - maybe as a comment in the docs as well (referencing the soon-to-be-created new issue)? |
AA-Turner
commented
Aug 16, 2023
Opened #108064 |
This PR is stale because it has been open for 30 days with no activity. |
I'm unsure if we should just drop
extending/windowsentirely, as it internally reccomends just to usesetuptools:A
📚 Documentation preview 📚: https://cpython-previews--108030.org.readthedocs.build/