This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients WanderingLogic, freakboy3742, pitrou, python-dev, shiz, skrah, xdegaye
Date 2016-04-26.07:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461657347.32.0.372825156952.issue20306@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-04-26 07:55:47xdegayesetrecipients: + xdegaye, pitrou, skrah, freakboy3742, python-dev, shiz, WanderingLogic
2016-04-26 07:55:47xdegayesetmessageid: <1461657347.32.0.372825156952.issue20306@psf.upfronthosting.co.za>
2016-04-26 07:55:47xdegayelinkissue20306 messages
2016-04-26 07:55:47xdegayecreate