Victor Stinner
|
b270b82f11
|
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Replace "(PyCFunction)(void(*)(void))func" cast with
_PyCFunction_CAST(func).
|
2022-05-03 20:25:41 +02:00 |
Andrew Svetlov
|
690490e4de
|
bpo-47003: Cleanup _overlapped module (GH-31848)
|
2022-03-13 23:28:45 +02:00 |
Alex Grönholm
|
9f04ee569c
|
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
|
2022-03-13 18:42:29 +02:00 |
Zackery Spytz
|
9650fe0197
|
bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)
|
2020-07-10 20:43:37 +03:00 |