pleiszenburg / refuse

Simple cross-plattform ctypes bindings for libfuse / FUSE for macOS / WinFsp
ISC License
60 stars 11 forks source link

PR fusepy#135 "With Python3 it requires encoding during memmove" #22

Open s-m-e opened 5 years ago

s-m-e commented 5 years ago

Tracking fusepy#135

Read and write operations are working with bytes. PR proposes Python strings (UTF-8) instead. Could be implemented as an optional feature.