mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix porting mistake in r79298.
This commit is contained in:
parent
8bc4bbd21d
commit
a1135543dd
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class PlatformTest(unittest.TestCase):
|
|||
# using it, per
|
||||
# http://blogs.msdn.com/david.wang/archive/2006/03/26/HOWTO-Detect-Process-Bitness.aspx
|
||||
try:
|
||||
with test_support.EnvironmentVarGuard() as environ:
|
||||
with support.EnvironmentVarGuard() as environ:
|
||||
if 'PROCESSOR_ARCHITEW6432' in environ:
|
||||
del environ['PROCESSOR_ARCHITEW6432']
|
||||
environ['PROCESSOR_ARCHITECTURE'] = 'foo'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue