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

Inline::Python - Write Perl subs and classes in Python.

Results 9 inline-python-pm issues
Sort by recently updated
recently updated
newest added

Trying to run the tests on Windows 11 with Python 3.10, perl 5.32.1: ``` >gmake test "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Python.bs blib\arch\auto\Inline\Python\Python.bs 644 "C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches;...

I am trying to install on Windows 11 with Python version 3.10.1: ``` >perl Makefile.PL Found these python executables on your PATH: 1. C:\Users\hakon\AppData\Local\Programs\Python\Python310\/python.exe 2. C:\Users\hakon\AppData\Local\Microsoft\WindowsApps/python3.exe 3. C:\Users\hakon\AppData\Local\Microsoft\WindowsApps/python.exe Using the...

As [reported](https://stackoverflow.com/q/68656428/589924) on StackOverflow, Python's STDOUT isn't flushed ```perl use feature qw( say ); use Inline Python =>

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 ?

Currently, it looks like Inline::Python can only be built for one or the other. Would you consider making it so that it can be built to provide Python 2 and...

See [RT 117122](https://rt.cpan.org/Public/Bug/Display.html?id=117122). A note explaining this behaviour and the trivial workaround is now in Python.pod. This PR is provided as part of the [CPAN PR Challenge](http://cpan-prc.org/). Thanks for participating.

This updates Makefile.PL to specify 5.6.0 as the minimum perl version as this is required for the use of "our" in Python.pm. Although t/20unicode.t needs 5.8.0, it gracefully handles older...

details here - https://rt.cpan.org/Public/Bug/Display.html?id=123771

Untaint $o->{API}{location} when it run under taint mode.