[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
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-33358 Fix test_pre_initialization_sys_options when building with --enable-shared #6612

Merged
merged 2 commits into from Apr 27, 2018

Conversation

Copy link
Member

pablogsal commented Apr 26, 2018

Copy link
Member Author

pablogsal commented Apr 26, 2018

CC: @vstinner

@@ -0,0 +1,2 @@
Fix `test_pre_initialization_sys_options` when building with --enable-
Copy link
Member

vstinner Apr 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a better section for your fix: Tests.

If you write a NEWS entry, mention at least the name of the test (file): test_embed. Example:

Fix ``test_embed.test_pre_initialization_sys_options()``

Copy link

bedevere-bot commented Apr 27, 2018

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

Copy link
Member Author

pablogsal commented Apr 27, 2018

I have made the requested changes; please review again

Copy link

bedevere-bot commented Apr 27, 2018

Thanks for making the requested changes!

@vstinner: please review the changes made to this pull request.

Copy link
Member

vstinner commented Apr 27, 2018

I tested manually --enable-shared: test_embed fails without this change, and pass with this change.

Copy link
Contributor

miss-islington commented Apr 27, 2018

Thanks @pablogsal for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒🤖

Copy link

bedevere-bot commented Apr 27, 2018

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 27, 2018
…GH-6612)

Fix test_embed.test_pre_initialization_sys_options() when building with --enable-shared
(cherry picked from commit 4114846)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
miss-islington added a commit that referenced this pull request Apr 27, 2018
Fix test_embed.test_pre_initialization_sys_options() when building with --enable-shared
(cherry picked from commit 4114846)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
pablogsal deleted the bpo33358 branch Apr 27, 2018
yahya-abou-imran pushed a commit to yahya-abou-imran/cpython that referenced this pull request Nov 2, 2018
…GH-6612)

Fix test_embed.test_pre_initialization_sys_options() when building with --enable-shared
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.

None yet

5 participants