SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 16 Python

bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)

Cast function pointers to (void(*)(void)) before casting to (PyCFunction)
to make "warning: cast between incompatible function types" false alarm quiet.
S
Stéphane Wirtel committed
359a2f3daba49fde0d3a07fb3c7a8b051c450d08
Parent: 5a02e0d
Committed by Victor Stinner <vstinner@redhat.com> on 3/5/2019, 3:10:53 PM