New submission from coder.maliubiao :
the code:
import os,stat
mode=os.stat("a broken link file").st_mode
then i got :OSError: [Errno 2] No such file or directory.
why not just treat a broken link as something existing and don't report any
error.
--
components: Library
New submission from coder.maliubiao:
code:
int
PyTuple_SetItem(register PyObject *op, register Py_ssize_t i, PyObject *newitem)
{
register PyObject *olditem;
register PyObject **p;
if (!PyTuple_Check(op) || op->ob_refcnt != 1) {
Py_XDECREF(newi
Changes by coder.maliubiao :
--
type: -> performance
___
Python tracker
<http://bugs.python.org/issue20945>
___
___
Python-bugs-list mailing list
Unsubscrib