Displaying 3 results from an estimated 3 matches for "21077bba9".
2020 Jan 09
9
[PATCH 0/7] Various Python cleanups.
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
2020 Jan 09
0
[PATCH 6/7] python: stop including config.h
...D
#undef GUESTFS_NO_DEPRECATED
@@ -542,8 +538,6 @@ and generate_python_module () =
generate_header CStyle LGPLv2plus;
pr "\
-#include <config.h>
-
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
diff --git a/python/handle.c b/python/handle.c
index 21077bba9..8200adb52 100644
--- a/python/handle.c
+++ b/python/handle.c
@@ -22,8 +22,6 @@
* F<python/actions-*.c>).
*/
-#include <config.h>
-
#include <stdio.h>
#include <stdlib.h>
--
2.24.1
2020 Jan 10
2
Re: [PATCH 6/7] python: stop including config.h
...@ and generate_python_module () =
> generate_header CStyle LGPLv2plus;
>
> pr "\
> -#include <config.h>
> -
> #include <stdio.h>
> #include <stdlib.h>
> #include <assert.h>
> diff --git a/python/handle.c b/python/handle.c
> index 21077bba9..8200adb52 100644
> --- a/python/handle.c
> +++ b/python/handle.c
> @@ -22,8 +22,6 @@
> * F<python/actions-*.c>).
> */
>
> -#include <config.h>
> -
> #include <stdio.h>
> #include <stdlib.h>
>
> --
> 2.24.1
>
> _______...