You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: