Skip to content

[3.7] bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) #6547

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

Merged
merged 1 commit into from
Apr 20, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 20, 2018

Setup modules are no longer built with -DPy_BUILD_CORE by default,
as using that flag may now require including additional internal-only header files.

Instead, only the modules that specifically need it use that setting.
(cherry picked from commit 063db62)

Co-authored-by: xdegaye xdegaye@gmail.com

https://bugs.python.org/issue32232

…ILD_CORE (pythonGH-6489)

Setup modules are no longer built with -DPy_BUILD_CORE by default,
as using that flag may now require including additional internal-only header files.

Instead, only the modules that specifically need it use that setting.
(cherry picked from commit 063db62)

Co-authored-by: xdegaye <xdegaye@gmail.com>
@miss-islington
Copy link
Contributor Author

@xdegaye and @ncoghlan: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 18cd828 into python:3.7 Apr 20, 2018
@miss-islington
Copy link
Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-063db62-3.7 branch April 20, 2018 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants