Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 526832
Collapse All | Expand All

(-)elfix-0.9.0.orig/scripts/paxmodule.c (+4 lines)
Lines 101-107 Link Here
101
#endif
101
#endif
102
102
103
	if (m == NULL)
103
	if (m == NULL)
104
#if PY_MAJOR_VERSION >= 3
105
		return NULL;
106
#else
104
		return;
107
		return;
108
#endif
105
109
106
	PaxError = PyErr_NewException("pax.PaxError", NULL, NULL);
110
	PaxError = PyErr_NewException("pax.PaxError", NULL, NULL);
107
	Py_INCREF(PaxError);
111
	Py_INCREF(PaxError);

Return to bug 526832