Blair Zajac
unread,May 24, 2013, 7:36:37 PM5/24/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-liba...@googlegroups.com
Hello,
I've got a few patches that I needed for a project I'm working on:
1) Release the Python GIL so that multithreaded scripts that use
libarchive and are blocking on a read() don't prevent other threads from
doing work.
2) Adding many more accessors to entries, e.g. archive_entry_symlink().
How is the best way to get these into the project so I don't have to
maintain them as separate patches.
Thanks,
Blair