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 serhiy.storchaka
Recipients larry, loewis, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2015-04-23.19:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429815662.86.0.935887508266.issue24042@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch converts os._getfullpathname() and os._isdir() to Argument Clinic. This simplifies a code and as a sided effect adds a check for embedded null character in os._getfullpathname(). The patch is not tested and can contain bugs.
History
Date User Action Args
2015-04-23 19:01:02serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, larry, tim.golden, zach.ware, steve.dower
2015-04-23 19:01:02serhiy.storchakasetmessageid: <1429815662.86.0.935887508266.issue24042@psf.upfronthosting.co.za>
2015-04-23 19:01:02serhiy.storchakalinkissue24042 messages
2015-04-23 19:01:02serhiy.storchakacreate