inline-python-pm icon indicating copy to clipboard operation
inline-python-pm copied to clipboard

Named tuples are no longer converted to array automatically

Open Yaribz opened this issue 3 years ago • 0 comments

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 ?

Yaribz avatar Jan 24 '21 17:01 Yaribz