10000 add `_ctypes.pyi` by junkmd · Pull Request #8582 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

add _ctypes.pyi #8582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
allowlist
  • Loading branch information
hauntsaninja committed Aug 21, 2022
commit 563df677ad0f4ac97c4e7f1a7594db58b58951fe
33 changes: 33 additions & 0 deletions tests/stubtest_allowlists/py3_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,39 @@ turtle.ScrolledCanvas.onResize
wave.Wave_read.initfp
wave.Wave_write.initfp

_ctypes.Array
_ctypes.CFuncPtr
_ctypes.FUNCFLAG_CDECL
_ctypes.FUNCFLAG_HRESULT
_ctypes.FUNCFLAG_PYTHONAPI
_ctypes.FUNCFLAG_STDCALL
_ctypes.FUNCFLAG_USE_ERRNO
_ctypes.FUNCFLAG_USE_LASTERROR
_ctypes.FormatError
_ctypes.FreeLibrary
_ctypes.LoadLibrary
_ctypes.POINTER
_ctypes.PyObj_FromPtr
_ctypes.Py_DECREF
_ctypes.Py_INCREF
_ctypes.RTLD_GLOBAL
_ctypes.RTLD_LOCAL
_ctypes.Structure
_ctypes.Union
_ctypes.addressof
_ctypes.alignment
_ctypes.buffer_info
_ctypes.byref
_ctypes.call_cdeclfunction
_ctypes.call_function
_ctypes.get_errno
_ctypes.get_last_error
_ctypes.pointer
_ctypes.resize
_ctypes.set_errno
_ctypes.set_last_error
_ctypes.sizeof

# ==========
# Allowlist entries that cannot or should not be fixed
# ==========
Expand Down
0