Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TableEntry.linenumber_borrow
1 parent f91127a commit c838e21Copy full SHA for c838e21
1 file changed
Python/stackrefs.c
@@ -1,4 +1,3 @@
1
-
2
#include "Python.h"
3
4
#include "pycore_object.h"
@@ -34,6 +33,7 @@ make_table_entry(PyObject *obj, const char *filename, int linenumber)
34
33
result->filename = filename;
35
result->linenumber = linenumber;
36
result->filename_borrow = NULL;
+ result->linenumber_borrow = 0;
37
return result;
38
}
39
0 commit comments