File: | duplicity/_librsyncmodule.c |
Function: | init_librsync |
Error: | ob_refcnt of new ref from call to Py_BuildValue is 1 too high |
464 void init_librsync(void)
465 {
466 PyObject *m, *d;
467
468 _librsync_SigMakerType.ob_type = &PyType_Type;
469 _librsync_DeltaMakerType.ob_type = &PyType_Type;
470 m = Py_InitModule("_librsync", _librsyncMethods);
471 d = PyModule_GetDict(m);
when Py_InitModule4_64() succeeds
472 librsyncError = PyErr_NewException("_librsync.librsyncError", NULL, NULL);
473 PyDict_SetItemString(d, "librsyncError", librsyncError);
when PyErr_NewException() succeeds
474 PyDict_SetItemString(d, "RS_JOB_BLOCKSIZE",
when PyDict_SetItemString() succeeds
475 Py_BuildValue("l", (long)RS_JOB_BLOCKSIZE));
when Py_BuildValue() succeeds
when PyDict_SetItemString() succeeds
new ref from call to Py_BuildValue allocated at: PyDict_SetItemString(d, "RS_JOB_BLOCKSIZE",
ob_refcnt is now refs: 1 + N where N >= 0
ob_refcnt is now refs: 1 + N where N >= 1
476 PyDict_SetItemString(d, "RS_DEFAULT_BLOCK_LEN",
477 Py_BuildValue("l", (long)RS_DEFAULT_BLOCK_LEN));
when Py_BuildValue() succeeds
when PyDict_SetItemString() succeeds
478 }
479
File: | duplicity/_librsyncmodule.c |
Function: | init_librsync |
Error: | calling PyDict_SetItemString with NULL as argument 3 (D.13870) at duplicity/_librsyncmodule.c:477 |
464 void init_librsync(void)
465 {
466 PyObject *m, *d;
467
468 _librsync_SigMakerType.ob_type = &PyType_Type;
469 _librsync_DeltaMakerType.ob_type = &PyType_Type;
470 m = Py_InitModule("_librsync", _librsyncMethods);
471 d = PyModule_GetDict(m);
when Py_InitModule4_64() succeeds
472 librsyncError = PyErr_NewException("_librsync.librsyncError", NULL, NULL);
473 PyDict_SetItemString(d, "librsyncError", librsyncError);
when PyErr_NewException() succeeds
474 PyDict_SetItemString(d, "RS_JOB_BLOCKSIZE",
when PyDict_SetItemString() succeeds
475 Py_BuildValue("l", (long)RS_JOB_BLOCKSIZE));
when Py_BuildValue() succeeds
when PyDict_SetItemString() succeeds
476 PyDict_SetItemString(d, "RS_DEFAULT_BLOCK_LEN",
477 Py_BuildValue("l", (long)RS_DEFAULT_BLOCK_LEN));
when Py_BuildValue() fails
calling PyDict_SetItemString with NULL as argument 3 (D.13870) at duplicity/_librsyncmodule.c:477
found 7 similar trace(s) to this
478 }
479
File: | duplicity/_librsyncmodule.c |
Function: | init_librsync |
Error: | calling PyDict_SetItemString with NULL as argument 3 (D.13869) at duplicity/_librsyncmodule.c:475 |
464 void init_librsync(void)
465 {
466 PyObject *m, *d;
467
468 _librsync_SigMakerType.ob_type = &PyType_Type;
469 _librsync_DeltaMakerType.ob_type = &PyType_Type;
470 m = Py_InitModule("_librsync", _librsyncMethods);
471 d = PyModule_GetDict(m);
when Py_InitModule4_64() succeeds
472 librsyncError = PyErr_NewException("_librsync.librsyncError", NULL, NULL);
473 PyDict_SetItemString(d, "librsyncError", librsyncError);
when PyErr_NewException() succeeds
474 PyDict_SetItemString(d, "RS_JOB_BLOCKSIZE",
when PyDict_SetItemString() succeeds
475 Py_BuildValue("l", (long)RS_JOB_BLOCKSIZE));
when Py_BuildValue() fails
calling PyDict_SetItemString with NULL as argument 3 (D.13869) at duplicity/_librsyncmodule.c:475
found 3 similar trace(s) to this
476 PyDict_SetItemString(d, "RS_DEFAULT_BLOCK_LEN",
477 Py_BuildValue("l", (long)RS_DEFAULT_BLOCK_LEN));
478 }
479
File: | duplicity/_librsyncmodule.c |
Function: | init_librsync |
Error: | calling PyDict_SetItemString with NULL as argument 3 (librsyncError.1) at duplicity/_librsyncmodule.c:474 |
464 void init_librsync(void)
465 {
466 PyObject *m, *d;
467
468 _librsync_SigMakerType.ob_type = &PyType_Type;
469 _librsync_DeltaMakerType.ob_type = &PyType_Type;
470 m = Py_InitModule("_librsync", _librsyncMethods);
471 d = PyModule_GetDict(m);
when Py_InitModule4_64() succeeds
472 librsyncError = PyErr_NewException("_librsync.librsyncError", NULL, NULL);
473 PyDict_SetItemString(d, "librsyncError", librsyncError);
when PyErr_NewException() fails
474 PyDict_SetItemString(d, "RS_JOB_BLOCKSIZE",
calling PyDict_SetItemString with NULL as argument 3 (librsyncError.1) at duplicity/_librsyncmodule.c:474
found 1 similar trace(s) to this
475 Py_BuildValue("l", (long)RS_JOB_BLOCKSIZE));
476 PyDict_SetItemString(d, "RS_DEFAULT_BLOCK_LEN",
477 Py_BuildValue("l", (long)RS_DEFAULT_BLOCK_LEN));
478 }
479