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 shiz
Recipients shiz
Date 2014-01-19.18:23:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390155821.88.0.335321844624.issue20306@psf.upfronthosting.co.za>
In-reply-to
Content
As the title states, mkpwent() in pwdmodule.c accesses `pw_gecos`, which is not defined for struct passwd in Bionic, Android's C library.

Attached is a patch that works around the issue by setting the field to None on Android.
History
Date User Action Args
2014-01-19 18:23:41shizsetrecipients: + shiz
2014-01-19 18:23:41shizsetmessageid: <1390155821.88.0.335321844624.issue20306@psf.upfronthosting.co.za>
2014-01-19 18:23:41shizlinkissue20306 messages
2014-01-19 18:23:41shizcreate