Py_XDECREF/Py_DECREF evaluating its argument more than once

Chris Rebert clp2 at rebertia.com
Thu May 5 21:11:23 EDT 2011


On Thu, May 5, 2011 at 5:59 PM, Chris Angelico <rosuav at gmail.com> wrote:
<snip>
> Since inline functions are a part of C99 as well as C++, would it be
> possible to have configure.sh detect its availability and optionally
> use that instead of preprocessor macros, or would this run the risk of
> encouraging trickily unportable code?

PEP 7 explicitly says to use C89...

Cheers,
Chris



More information about the Python-list mailing list