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 vstinner
Recipients BreamoreBoy, astrand, r.david.murray, vstinner
Date 2014-03-23.13:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZjPVt4A=QKEYABbcNfLTRhLo-FVvDtx6sFAUTLHtUXYw@mail.gmail.com>
In-reply-to <1395576829.89.0.553234475494.issue4261@psf.upfronthosting.co.za>
Content
The current code doesn't check errno, but if the result is NULL. NULL is
returned if the user doesn't exist, or if an error occurred. But it looks
like errno is not always 0 when the user doesn't exist.
History
Date User Action Args
2014-03-23 13:15:13vstinnersetrecipients: + vstinner, astrand, r.david.murray, BreamoreBoy
2014-03-23 13:15:13vstinnerlinkissue4261 messages
2014-03-23 13:15:13vstinnercreate