Projects
openEuler:24.03:SP1:Everything:64G
audit
_service:tar_scm:backport-Fix-deprecated-python...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:backport-Fix-deprecated-python-function.patch of Package audit
From c344a8a370afed66e78db88c2d129f6672dae1e6 Mon Sep 17 00:00:00 2001 From: Steve Grubb <sgrubb@redhat.com> Date: Tue, 24 Oct 2023 11:51:04 -0400 Subject: [PATCH] Fix deprecated python function Reference:https://github.com/linux-audit/audit-userspace/commit/c344a8a370afed66e78db88c2d129f6672dae1e6 Conflict:NA --- bindings/python/auparse_python.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/python/auparse_python.c b/bindings/python/auparse_python.c index 78ef832c..1371ed54 100644 --- a/bindings/python/auparse_python.c +++ b/bindings/python/auparse_python.c @@ -290,7 +290,11 @@ static void auparse_callback(auparse_state_t *au, if (debug) printf("<< auparse_callback\n"); arglist = Py_BuildValue("OiO", cb->py_AuParser, cb_event_type, cb->user_data); +#if PY_MINOR_VERSION >= 13 + result = PyObject_CallObject(cb->func, arglist); +#else result = PyEval_CallObject(cb->func, arglist); +#endif Py_DECREF(arglist); Py_XDECREF(result); } -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2