diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-14 02:46:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 02:46:47 (GMT) |
commit | ac7b551bde7a362bc77d2cb84accf755ac30eb09 (patch) | |
tree | 13920c9cae11c727fdddb7481521564ea3ccb310 /Python/ast_unparse.c | |
parent | b87d2882754a7c273e2695c33384383eba380d7d (diff) | |
download | cpython-ac7b551bde7a362bc77d2cb84accf755ac30eb09.zip cpython-ac7b551bde7a362bc77d2cb84accf755ac30eb09.tar.gz cpython-ac7b551bde7a362bc77d2cb84accf755ac30eb09.tar.bz2 |
gh-105751: test_ctypes gets Windows attrs from ctypes (#105758)
test_ctypes now gets attributes specific to Windows from the ctypes
module, rather than relying on "from ctypes import *".
Attributes:
* ctypes.FormatError
* ctypes.WINFUNCTYPE
* ctypes.WinError
* ctypes.WinDLL
* ctypes.windll
* ctypes.oledll
* ctypes.get_last_error()
* ctypes.set_last_error()
Diffstat (limited to 'Python/ast_unparse.c')
0 files changed, 0 insertions, 0 deletions