◐ Shell
clean mode source ↗

bpo-45548: Put Modules/Setup extensions into builddir by tiran · Pull Request #29188 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@tiran tiran marked this pull request as ready for review

October 25, 2021 08:29
Modules/Setup used to put shared extensions into ``./Modules/``
directory. Now it puts the shared extensions in the same directory
library directory ``./build/lib.$plat-$ver`` as distutils.

The change makes the shared modules importable and fixes build issues.

Signed-off-by: Christian Heimes <christian@python.org>

@tiran tiran marked this pull request as draft

October 25, 2021 21:09

Labels