[New-bugs-announce] [issue24042] Convert os._getfullpathname() and os._isdir() to Argument Clinic

Serhiy Storchaka report at bugs.python.org
Thu Apr 23 21:01:02 CEST 2015


New submission from Serhiy Storchaka:

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.

----------
components: Argument Clinic, Windows
messages: 241878
nosy: larry, loewis, serhiy.storchaka, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Convert os._getfullpathname() and os._isdir() to Argument Clinic
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24042>
_______________________________________


More information about the New-bugs-announce mailing list