The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.57 - 2022-09-18

  • Try to detect more object types.
  • Further tighten the "is it a dict or object" check
  • Also skip List and Tuple when checking for python object
  • Unify "is this an object" checks into a macro to fix method calls on strange objects
  • Define PY_MAJOR_VERSION automatically
  • Search for and prefer python3 when building
  • Pass ASCII strings as <class 'str'> in Python 3
  • Fix segfault on Python 3.10 by calling Py_Initialize() before calling PyBytes_FromString()
  • Process rss information not supported by Proc::ProcessTable on Windows

Modules

Write Perl subs and classes in Python.

Provides

in Python.pm