Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-34212: Adds -DPy_BUILD_CORE_BUILTIN for modules statically linked into libpython#8446

Closed
embray wants to merge 1 commit into
python:masterpython/cpython:masterfrom
embray:cygwin/builtin-module-linkageembray/cpython:cygwin/builtin-module-linkageCopy head branch name to clipboard
Closed

bpo-34212: Adds -DPy_BUILD_CORE_BUILTIN for modules statically linked into libpython#8446
embray wants to merge 1 commit into
python:masterpython/cpython:masterfrom
embray:cygwin/builtin-module-linkageembray/cpython:cygwin/builtin-module-linkageCopy head branch name to clipboard

Conversation

@embray

@embray embray commented Jul 24, 2018

Copy link
Copy Markdown
Contributor

I'm not happy with this solution since the -DPy_BUILD_CORE_BUILTIN is required for every module built into libpython that doesn't already define -DPy_BUILD_CORE. So perhaps this should be done automatically, such as by Modules/makesetup, though I'm mildly afraid to touch that...

This along with #8445 are the minimal needed for Python 3.7+ to build on Cygwin again.

https://bugs.python.org/issue34212

@embray

embray commented Aug 9, 2018

Copy link
Copy Markdown
Contributor Author

I spent enough time understanding the makesetup script to come up with what I think is a cleaner, and still correct solution: #8712.

@embray embray closed this Aug 9, 2018
@embray embray deleted the cygwin/builtin-module-linkage branch August 9, 2018 13:40
tiran added a commit to tiran/cpython that referenced this pull request May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.