##// END OF EJS Templates
cext: fix potential memory leaks of list items appended with PyList_Append...
cext: fix potential memory leaks of list items appended with PyList_Append Also reduce the duplication in the tricky code that uses PyList_Append by extracting it into a function `pylist_append_owned`.
Arseniy Alekseyev -
r52281:cb5175ed stable
Show More
Name Size Modified Last Commit Author
/ mercurial / thirdparty / attr
LICENSE Loading ...
__init__.py Loading ...
__init__.pyi Loading ...
_cmp.py Loading ...
_cmp.pyi Loading ...
_compat.py Loading ...
_config.py Loading ...
_funcs.py Loading ...
_make.py Loading ...
_next_gen.py Loading ...
_version_info.py Loading ...
_version_info.pyi Loading ...
converters.py Loading ...
converters.pyi Loading ...
exceptions.py Loading ...
exceptions.pyi Loading ...
filters.py Loading ...
filters.pyi Loading ...
py.typed Loading ...
setters.py Loading ...
setters.pyi Loading ...
validators.py Loading ...
validators.pyi Loading ...