python plugin: Fix conversion of value-lists from Python to C.
authorSebastian Harl <sh@tokkee.org>
Thu, 4 Aug 2016 20:15:34 +0000 (22:15 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 4 Aug 2016 20:15:34 +0000 (22:15 +0200)
commit8af74098eb65ff4c0c0cc65dfaa40973fe741a63
treecb90c6cdee66e7bd5967129003c0d88e56d5a97a
parent924bfe28d5be1058ccf50931d77639212fb28346
python plugin: Fix conversion of value-lists from Python to C.

This affects data-sets with more than one data-source of different types.
Previously, the type of the first data-source would have been used to convert
all values.
src/pyvalues.c