]> git.k1024.org Git - pyxattr.git/commit
Add a new field to the target_t structure
authorIustin Pop <iusty@k1024.org>
Sun, 14 Dec 2008 17:41:34 +0000 (18:41 +0100)
committerIustin Pop <iusty@k1024.org>
Sun, 14 Dec 2008 17:41:34 +0000 (18:41 +0100)
commit30c8e4bd17bdc055bc5c3cda12fa0430b997a29b
tree37687f75bebb489ae5e48d8ea587d21f29d53080
parenta1d749be8acd372fb21fcf9fc64ccb0468f02026
Add a new field to the target_t structure

The patch extends the target_t structure with a new PyObject field and
adds a cleanup function for it. This field is needed for properly
handling unicode input arguments with Py3K.
xattr.c