Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4787 > unrolled thread

Re: Py_XDECREF/Py_DECREF evaluating its argument more than once

Started byChris Rebert <clp2@rebertia.com>
First post2011-05-05 18:11 -0700
Last post2011-05-05 18:11 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Py_XDECREF/Py_DECREF evaluating its argument more than once Chris Rebert <clp2@rebertia.com> - 2011-05-05 18:11 -0700

#4787 — Re: Py_XDECREF/Py_DECREF evaluating its argument more than once

FromChris Rebert <clp2@rebertia.com>
Date2011-05-05 18:11 -0700
SubjectRe: Py_XDECREF/Py_DECREF evaluating its argument more than once
Message-ID<mailman.1212.1304644286.9059.python-list@python.org>
On Thu, May 5, 2011 at 5:59 PM, Chris Angelico <rosuav@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web