cpython: cc2e52878393 (original) (raw)
Mercurial > cpython
changeset 96003:cc2e52878393
Issue #23911: Fix ctypes test on Windows. Comparing equality of list and tuple is always False. [#23911]
Zachary Ware zachary.ware@gmail.com | |
---|---|
date | Wed, 13 May 2015 00:34:39 -0500 |
parents | bbdbc4399b52 |
children | e39fd5a8501a |
files | Lib/ctypes/test/test_values.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Lib/ctypes/test/test_values.py 4 |
line wrap: on
line diff
--- a/Lib/ctypes/test/test_values.py +++ b/Lib/ctypes/test/test_values.py @@ -62,10 +62,10 @@ class Win_ValuesTestCase(unittest.TestCa # found, but don't worry about its size too much. The same # applies to _frozen_importlib_external. bootstrap_seen = []
bootstrap_expected = ([](#l1.7)
bootstrap_expected = [[](#l1.8) b'_frozen_importlib',[](#l1.9) b'_frozen_importlib_external',[](#l1.10)
)[](#l1.11)
][](#l1.12) for entry in ft:[](#l1.13) # This is dangerous. We *can* iterate over a pointer, but[](#l1.14) # the loop will not terminate (maybe with an access[](#l1.15)