1 # http://bugs.python.org/issue17964 was fixed in 3.4 but not back-ported so we
2 # need this patch for 2.7 .
4 --- Python-2.7.6/Modules/posixmodule.c.~2~ 2014-05-14 13:45:28.562707441 -0700
5 +++ Python-2.7.6/Modules/posixmodule.c 2014-05-14 13:45:28.718886370 -0700
9 if (PyArg_ParseTuple(args, "O&:sysconf", conv_sysconf_confname, &name)) {
14 value = sysconf(name);