]> git.k1024.org Git - pyxattr.git/commit
Implement changes needed for PEP 353 compliance
authorIustin Pop <iusty@k1024.org>
Mon, 30 Jun 2008 05:16:53 +0000 (07:16 +0200)
committerIustin Pop <iusty@k1024.org>
Mon, 30 Jun 2008 05:16:53 +0000 (07:16 +0200)
commit433c58520ad549e79f8233abd9793536d7d6f48d
treeafc0f2ccd2c42f6cbda251d5dd1b67c384226834
parentf8c290cdae5e9f9b33d014cd3b98b1affa45da4f
Implement changes needed for PEP 353 compliance

It seems the coded wrongly mixed ssize_t and ints in a couple of places,
plus not properly using Py_ssize_t as needed. Fix these and ensure
backwards compat with python 2.4.
xattr.c