[Libguestfs] [PATCH 0/7] Various Python cleanups.

Pino Toscano ptoscano at redhat.com
Thu Jan 9 17:37:43 UTC 2020


Patch #7 depends on:
https://www.redhat.com/archives/libguestfs/2020-January/msg00035.html

No, Python < 3 support is not dropped yet, however it will be easier
after this series.

Pino Toscano (7):
  build: enforce a minimum Python version
  python: drop code for Python < 2.5
  python: assume support for Capsules
  python: remove compile time check for PyString_AsString
  python: replace guestfs_int_py_fromstringsize in Py2 branches
  python: stop including config.h
  python: stop bundling config.h in dist archives

 .gitignore           |  1 -
 generator/python.ml  | 32 ++------------------------------
 m4/guestfs-python.m4 | 21 +++++----------------
 python/MANIFEST.in   |  1 -
 python/Makefile.am   |  5 -----
 python/handle.c      |  8 +++-----
 6 files changed, 10 insertions(+), 58 deletions(-)

-- 
2.24.1




More information about the Libguestfs mailing list