bpo-45548: Put Modules/Setup extensions into builddir by tiran · Pull Request #29188 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Conversation
tiran
marked this pull request as ready for review
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
marked this pull request as draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters