Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c966d9

Browse files
committed
Fix plpython breakage detected on certain Fedora machines on buildfarm.
Patch from Jan Urbański.
1 parent2f36359 commit4c966d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/pl/plpython/plpython.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3936,6 +3936,7 @@ PLy_add_exceptions(PyObject *plpy)
39363936
#endif
39373937
if (PyModule_AddObject(plpy,"spiexceptions",excmod)<0)
39383938
PLy_elog(ERROR,"failed to add the spiexceptions module");
3939+
Py_INCREF(excmod);
39393940

39403941
PLy_exc_error=PyErr_NewException("plpy.Error",NULL,NULL);
39413942
PLy_exc_fatal=PyErr_NewException("plpy.Fatal",NULL,NULL);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp