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

[3.7] bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) #5624

Merged
merged 1 commit into from
Feb 11, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented 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

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?
(cherry picked from commit 310b052)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
@miss-islington
Copy link
Contributor Author

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

@zware zware merged commit fe61e8d into python:3.7 Feb 11, 2018
@miss-islington
Copy link
Contributor Author

Thanks, @zware!

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