Closed omeg closed 3 years ago
https://github.com/libfuse/python-fuse/blob/33f439ddd0986a1880dd791e32d7295ae434a0eb/fuseparts/_fusemodule.c#L99
PyUnicode_EncodeFSDefault() returns a new reference which should be DECREF'd.
PyUnicode_EncodeFSDefault()
https://github.com/libfuse/python-fuse/blob/33f439ddd0986a1880dd791e32d7295ae434a0eb/fuseparts/_fusemodule.c#L99
PyUnicode_EncodeFSDefault()
returns a new reference which should be DECREF'd.