commit | c0a9f75fbae5b70fe98887d36a32229165f7d60a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jun 22 21:29:07 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jun 22 21:29:07 2011 +0200 |
tree | 503e4896b5ad9aa7e457c46935d5146638bcd80b | |
parent | 749073af13fcb389059b182290f5cbc953222681 [diff] | |
parent | 237e5cb3767aece25e616fb41172836bb4f31760 [diff] |
(merge 3.2) Issue #12383: fix test_empty_env() of subprocess on Mac OS X Mac OS X adds __CF_USER_TEXT_ENCODING variable to an empty environment. Fix also the test on the Py_ENABLE_SHARED config varible: test that the variable is present, don't check it's value.