##// END OF EJS Templates
revlog: fix excessive decref on tuple creation failure in parse_index2()...
revlog: fix excessive decref on tuple creation failure in parse_index2() Since Py_BuildValue() steals the ownership of "N" arguments, these objects would already be freed if Py_BuildValue() returned NULL. https://github.com/python/cpython/blob/2.7/Python/modsupport.c#L292

File last commit:

r32206:c4858385 default
r45733:2bc5d153 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer