Inada Naoki
|
f9c9354a7a
|
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
|
2022-05-12 14:48:38 +09:00 |
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 |
Serhiy Storchaka
|
b3dd5cd4a3
|
bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)
|
2020-07-05 18:53:45 +03:00 |
Serhiy Storchaka
|
5d5c84ef78
|
bpo-41187: Convert the _msi module to Argument Clinic (GH-21264)
|
2020-07-01 21:53:07 +03:00 |