]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129)
authorVictor Stinner <vstinner@python.org>
Thu, 2 Sep 2021 17:02:03 +0000 (19:02 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Sep 2021 17:02:03 +0000 (19:02 +0200)
commita1e15a7a604e6f44cdaf4e106339df62eac5dc9f
tree30547fae0fa611dca30029e59e75e06f44e1dfb7
parent0635e201beaf52373f776ff32702795e38f43ae3
bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129)

* Remove commented deprecation of ctypes.c_buffer.
* Remove references to ctypes.c_string which doesn't exist.
* Remove StringTestCase: it only had skipped test methods.
Doc/library/ctypes.rst
Lib/ctypes/__init__.py
Lib/ctypes/test/test_strings.py
Modules/_ctypes/callproc.c