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-32604: Make _xxsubinterpreters build on Windows #5516

Merged
merged 1 commit into from
Feb 11, 2018

Conversation

zware
Copy link
Member

@zware zware commented Feb 3, 2018

This is not the ideal solution; this means that a test module is now
always included in the main python3x.dll. However, we're already
including xxsubtype, so why not? It at least gets the code tested.

https://bugs.python.org/issue32604

This is not the ideal solution; this means that a test module is now
always included in the main python3x.dll.  However, we're already
including xxsubtype, so why not?
@miss-islington
Copy link
Contributor

Thanks @zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@zware zware deleted the temp_add_xxsubinterpreters branch February 11, 2018 16:43
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 11, 2018
This is not the ideal solution; this means that a test module is now
always included in the main python3x.dll.  However, we're already
including xxsubtype, so why not?
(cherry picked from commit 310b052)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
@bedevere-bot
Copy link

GH-5624 is a backport of this pull request to the 3.7 branch.

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.

4 participants