inline-python-pm
inline-python-pm copied to clipboard
Named tuples are no longer converted to array automatically
With CPAN release 0.56, following code used to return an arrayref (with Python sys
module loaded beforehand):
Inline::Python::py_eval('sys.version_info',0);
Now it returns a Inline::Python::Object
.
Is it the expected behavior ?