Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185692 | Differences between
and this patch

Collapse All | Expand All

(-)gtk/gdkpixbuf.override-orig (-1 / +1 lines)
Lines 75-81 have_numpy(void) Link Here
75
    }
75
    }
76
    if (!import_done) {
76
    if (!import_done) {
77
	import_done = 1;
77
	import_done = 1;
78
	import_array();
78
	import_array1(1);
79
	if (PyErr_Occurred()) {
79
	if (PyErr_Occurred()) {
80
	    PyErr_Fetch(&exc_type, &exc_value, &exc_tb);
80
	    PyErr_Fetch(&exc_type, &exc_value, &exc_tb);
81
	    Py_INCREF(exc_type);
81
	    Py_INCREF(exc_type);

Return to bug 185692