Nikolaus Rath <nikol...@rath.org> added the comment:

I have used both of them in the past, but in the end I wrote my own bindings 
(currently only available as part of the http://code.google.com/p/s3ql source 
code, but I intend to factor it out at some point), 
since neither fuse.py (http://code.google.com/p/fusepy) nor python-fuse 
(fuse.sf.net) support the FUSE low level API.

That said, I am reasonably sure that in both of them are affected by this bug 
too. However, it may not show up in practive very often, because the high level 
FUSE API by default forks into a background process before mounting the file 
system.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7736>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to