This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nikratio
Recipients brian.curtin, loewis, marcin.bachry, nikratio, pitrou, theller
Date 2010-01-20.12:38:03
SpamBayes Score 0.00020358336
Marked as misclassified No
Message-id <1263991086.26.0.639345659942.issue7736@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-01-20 12:38:06nikratiosetrecipients: + nikratio, loewis, theller, pitrou, marcin.bachry, brian.curtin
2010-01-20 12:38:06nikratiosetmessageid: <1263991086.26.0.639345659942.issue7736@psf.upfronthosting.co.za>
2010-01-20 12:38:04nikratiolinkissue7736 messages
2010-01-20 12:38:03nikratiocreate