Stephen Morton
|
9877ed8092
|
Various ctypes improvements (#11186)
Mostly more attention paid to which classes are actually the same class
|
2024-01-30 22:18:00 -08:00 |
|
Stephen Morton
|
6b9f82d2e1
|
make pointer types in ctypes.wintypes subclasses instead of aliases (#11126)
related to https://github.com/python/typeshed/issues/3968
|
2023-12-09 20:34:22 -08:00 |
|
Jun Komoda
|
4009efa349
|
_CField as a generic descriptor protocol (#10595)
|
2023-09-01 16:23:33 +02:00 |
|
Alex Waygood
|
87fc724cef
|
ctypes: pointer is a function, not a class (#8446)
|
2022-07-31 15:29:13 +02:00 |
|
Alex Waygood
|
740193a8fc
|
Use TypeAlias where possible for type aliases (#7630)
|
2022-04-15 18:01:00 -07:00 |
|
Ivan Levkivskyi
|
16ae4c6120
|
Re-organize directory structure (#4971)
See discussion in #2491
Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
|
2021-01-27 12:00:39 +00:00 |
|