]> granicus.if.org Git - python/commit
bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc(). (GH...
authorZackery Spytz <zspytz@gmail.com>
Sun, 31 Mar 2019 16:00:12 +0000 (10:00 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 31 Mar 2019 16:00:12 +0000 (19:00 +0300)
commit48600c72c1afe1096c2412a135a43f8cdd895195
treea50bd32741659abf19629639624ad0ede68b7590
parent79da388a4016e24c4258dcc62cd0fa9dde0acb5b
bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc(). (GH-12629)
Modules/_ctypes/_ctypes.c