Skip to content

bpo-30447: Fix/skip the subinterpreters test on some platforms.#1791

Merged
ericsnowcurrently merged 4 commits into
python:masterfrom
ericsnowcurrently:fix-30447-subinterp-test
May 25, 2017
Merged

bpo-30447: Fix/skip the subinterpreters test on some platforms.#1791
ericsnowcurrently merged 4 commits into
python:masterfrom
ericsnowcurrently:fix-30447-subinterp-test

Conversation

@ericsnowcurrently

@ericsnowcurrently ericsnowcurrently commented May 24, 2017

Copy link
Copy Markdown
Member

Note that this is a relatively short-term fix that leaves the more important checks (e.g. interpreter ID) in place. As soon as I determine why pointers on some platforms are printing as 0x0, I'll sort this out more correctly. I suspect it relates to 32-bit vs. 64-bit.

@mention-bot

Copy link
Copy Markdown

@ericsnowcurrently, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zooba, @ncoghlan and @benjaminp to be potential reviewers.

Comment thread Lib/test/test_capi.py Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can't you print out an informative message here? :-)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Gah, I had meant to. Thanks for catching that.

@ericsnowcurrently ericsnowcurrently force-pushed the fix-30447-subinterp-test branch from 5564cb4 to e592cc7 Compare May 24, 2017 21:23
@ericsnowcurrently ericsnowcurrently merged commit d1c3c13 into python:master May 25, 2017
@ericsnowcurrently ericsnowcurrently deleted the fix-30447-subinterp-test branch May 25, 2017 00:19
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.

4 participants