mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Fix hang in test_getset_syswow_context on ARM64
This commit is contained in:
@@ -59,6 +59,7 @@ class TestSyswowRemoteProcess(object):
|
||||
assert "Wow64LdrpInitialize" in wow64.pe.exports
|
||||
|
||||
|
||||
@process_architecture_only(gdef.IMAGE_FILE_MACHINE_AMD64)
|
||||
def test_getset_syswow_context(self, proc32):
|
||||
addr = proc32.virtual_alloc(0x1000)
|
||||
remote_python_code = """
|
||||
|
||||
Reference in New Issue
Block a user