Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45548: makesetup improvements (GH-29225) #29225

Merged
merged 1 commit into from Oct 26, 2021
Merged

Conversation

Projects
None yet
3 participants
@tiran
Copy link
Member

@tiran tiran commented Oct 26, 2021

  • record which modules are build as shared extensions
  • put object files in same directory as source files
  • remove dependency on deleted _math.c

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

https://bugs.python.org/issue45548

* record which modules are build as shared extensions
* put object files in same directory as source files
* remove dependency on deleted _math.c

Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran changed the title bpo-45548: makesetup improvements bpo-45548: makesetup improvements (GH-29225) Oct 26, 2021
@tiran tiran merged commit b5ee794 into python:main Oct 26, 2021
11 checks passed
Loading
@tiran tiran deleted the bpo-45548-2 branch Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment