mirror of
https://github.com/python/cpython.git
synced 2025-11-08 17:41:42 +00:00
Replace "(PyCFunction)(void(*)(void))func" cast with _PyCFunction_CAST(func). Change generated by the command: sed -i -e \ 's!(PyCFunction)(void(\*)(void)) *\([A-Za-z0-9_]\+\)!_PyCFunction_CAST(\1)!g' \ $(find -name "*.c") |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| peg_extension.c | ||