Exercising to Create Basic Python C Extensions on Fedora Linux 34

This post follows up “Creating Basic Python C Extensions – Tutorial” and does just one update required in static PyMethodDef myMethods still having “METH_NOARGS” instead of “METH_VARARGS”, what, actually, confuses inexperienced learners.

Source: LXer – Exercising to Create Basic Python C Extensions on Fedora Linux 34