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 <[email protected]>
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: <[email protected]>
2014-01-19 18:23:41shizlinkissue20306 messages
2014-01-19 18:23:41shizcreate