Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52cc722

Browse files
committed
Add c_size_t and c_ssize_t to the ctypes summary table.
1 parent 921d124 commit 52cc722

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/ctypes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ Fundamental data types
243243
| :class:`c_ulonglong` | :c:type:`unsigned __int64` or | int |
244244
| | :c:type:`unsigned long long` | |
245245
+----------------------+------------------------------------------+----------------------------+
246+
| :class:`c_size_t` | :c:type:`size_t` | int |
247+
+----------------------+------------------------------------------+----------------------------+
248+
| :class:`c_ssize_t` | :c:type:`ssize_t` or | int |
249+
| | :c:type:`Py_ssize_t` | |
250+
+----------------------+------------------------------------------+----------------------------+
246251
| :class:`c_float` | :c:type:`float` | float |
247252
+----------------------+------------------------------------------+----------------------------+
248253
| :class:`c_double` | :c:type:`double` | float |

0 commit comments

Comments
 (0)