Message264229
With changeset 0d74d4937ab9, test_pwd fails on android API level 21 at test_values with:
Traceback (most recent call last):
File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_pwd.py", line 27, in test_values
self.assertIsInstance(e.pw_passwd, str)
AssertionError: None is not an instance of <class 'str'>
On android API 21 HAVE_STRUCT_PASSWD_PW_PASSWD is defined but p->pw_passwd is set to NULL. |
|
| Date |
User |
Action |
Args |
| 2016-04-26 07:55:47 | xdegaye | set | recipients:
+ xdegaye, pitrou, skrah, freakboy3742, python-dev, shiz, WanderingLogic |
| 2016-04-26 07:55:47 | xdegaye | set | messageid: <[email protected]> |
| 2016-04-26 07:55:47 | xdegaye | link | issue20306 messages |
| 2016-04-26 07:55:47 | xdegaye | create | |
|