8000 move and rename from `ctypes._FuncPointer` to `_ctypes.CFuncPtr` by junkmd · Pull Request #10140 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

move and rename from ctypes._FuncPointer to _ctypes.CFuncPtr #10140

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 9 commits into from
May 6, 2023
Prev Previous commit
Next Next commit
update stubtest_allowlists/py3_common.txt
  • Loading branch information
junkmd committed May 3, 2023
commit 33358c583af2a0e23c7d11f260b16c40cbd81fa0
1 change: 0 additions & 1 deletion tests/stubtest_allowlists/py3_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ turtle.ScrolledCanvas.onResize
wave.Wave_read.initfp
wave.Wave_write.initfp

_ctypes.CFuncPtr
_ctypes.PyObj_FromPtr
_ctypes.Py_DECREF
_ctypes.Py_INCREF
Expand Down
0