Xavier de Gaye added the comment: On the android-21-x86 emulator:
>>> import grp Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dlopen failed: cannot locate symbol "setgrent" referenced by "grp.cpython-36m-i386-linux-gnu.so"... The attached patch fixes the tarfile module to handle the case where the pwd module can be imported and the grp module cannot. With this fix test_tarfile runs without any failure. ---------- keywords: +patch Added file: http://bugs.python.org/file42847/pwd_grp.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26937> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com