Skip to content

bpo-28180: Fix test_capi.test_forced_io_encoding()#2155

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:pep538_shared
Jun 13, 2017
Merged

bpo-28180: Fix test_capi.test_forced_io_encoding()#2155
vstinner merged 1 commit intopython:masterfrom
vstinner:pep538_shared

Conversation

@vstinner
Copy link
Member

Don't run Python in an empty environment, but copy the current
environment and set PYTHONIOENCODING. So the test works also on
Python compiled in shared mode (using libpython).

Don't run Python in an empty environment, but copy the current
environment and set PYTHONIOENCODING. So the test works also on
Python compiled in shared mode (using libpython).
Copy link
Contributor

@ncoghlan ncoghlan left a comment

Choose a reason for hiding this comment

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

LGTM

@vstinner vstinner merged commit eb52ac8 into python:master Jun 13, 2017
@vstinner vstinner deleted the pep538_shared branch June 13, 2017 09:49
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.

3 participants