[issue26937] android: test_tarfile fails

2016-05-14 Thread Xavier de Gaye
Xavier de Gaye added the comment: On the android-21-x86 emulator: >>> import grp Traceback (most recent call last): File "", line 1, in ImportError: dlopen failed: cannot locate symbol "setgrent" referenced by "grp.cpython-36m-i386-linux-gnu.so"... The attached patch fixes the tarfile module

[issue26937] android: test_tarfile fails

2016-05-03 Thread Xavier de Gaye
New submission from Xavier de Gaye: test_tarfile fails on an android emulator running an x86 system image at API level 21. == [0/9481] FAIL: test_extract_with_numeric_owner (test.test_tarfile.NumericOwner