Add function name to PyArg_ParseTuple()

Peter Eisentraut <peter_e@gmx.net>

Commit: eaed88ce120746b3004225252f52d8c79fea2f58
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2016-10-27T19:41:29Z
Releases: 10.0
Add function name to PyArg_ParseTuple()

This causes the supplied function name to appear in any error message,
making the error message friendlier and relieving us from having to
provide our own in some cases.

Files