Open Yaribz opened 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);
sys
Inline::Python::py_eval('sys.version_info',0);
Now it returns a Inline::Python::Object.
Inline::Python::Object
Is it the expected behavior ?
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 ?