Package: python-llfuse / 1.2+dfsg-1

Metadata

Package Version Patches format
python-llfuse 1.2+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use local intersphinx inventory.patch | (download)

rst/conf.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 use local intersphinx inventory

mips_dev_t.diff | (download)

src/llfuse.pyx | 19 18 + 1 - 0 !
1 file changed, 18 insertions(+), 1 deletion(-)

 work around bug in mips+mipsel libc

0003 Use cython3 instead of cython command.patch | (download)

setup.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use 'cython3' instead of 'cython' command

0004 Backport properties to Cython 0.23 syntax.patch | (download)

setup.py | 4 2 + 2 - 0 !
src/misc.pxi | 283 107 + 176 - 0 !
2 files changed, 109 insertions(+), 178 deletions(-)

 backport properties to cython 0.23 syntax

0005 Ignore compiler warnings due to old Cython version.patch | (download)

setup.py | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 ignore compiler warnings due to old cython version

0006 Work around Cython 0.23 bug.patch | (download)

src/llfuse.pyx | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 work around cython 0.23 bug.

0007 Skip extended attribute tests under GNU kFreeBSD.patch | (download)

test/test_api.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 skip extended attribute tests under gnu/kfreebsd

0008 Ignore exceptions during interpreter shutdown.patch | (download)

test/conftest.py | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 ignore exceptions during interpreter shutdown

These can most likely be ignored in general. In the specific
case that we are addressing with this, they also seem to be
caused by a bug in Python. Closes: #851724.