Fix cquoting crash with Decimal() type.
authorMarko Kreen <markokr@gmail.com>
Mon, 29 Dec 2008 16:43:27 +0000 (16:43 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 29 Dec 2008 16:43:27 +0000 (16:43 +0000)
commitc34bb9e85e10d74324be232e270f948249d9623b
tree19f3c36eb8cc07d67b600cae4e78a76ca76c6b96
parentc2853ef25cc425ca6cfb2716dea1d56623bdcc34
Fix cquoting crash with Decimal() type.

Seems there can be types which have buffer operations struct,
but no function pointers.  So check also for called functions.
python/modules/cquoting.c