niner / inline-python-pm

Inline::Python - Write Perl subs and classes in Python.
https://metacpan.org/release/Inline-Python
20 stars 13 forks source link

Named tuples are no longer converted to array automatically #31

Open Yaribz opened 3 years ago

Yaribz commented 3 years ago

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 ?