[Python-Dev] Py_SETREF again

2016-02-12 Thread Serhiy Storchaka
Sorry to bringing this up again. I was hoping we were done with that. When discussing the name of the Py_SETREF macro I was supposed to add a pair of macros: for Py_DECREF and Py_XDECREF. But I got a lot of opinions to be limited to only one macro. On 28.02.14 15:58, Kristján Valur Jónsson

Re: [Python-Dev] Py_SETREF again

2016-02-12 Thread Nick Coghlan
On 12 February 2016 at 19:45, Serhiy Storchaka wrote: > Now Raymond, who was not involved in the previous discussions, expressed the > view that we should to rename Py_SETREF to Py_XSETREF and add new Py_SETREF > that uses Py_DECREF for using in the code that used Py_DECREF

Re: [Python-Dev] Py_SETREF again

2016-02-12 Thread Serhiy Storchaka
On 12.02.16 15:43, Georg Brandl wrote: On 02/12/2016 10:45 AM, Serhiy Storchaka wrote: Sorry to bringing this up again. I was hoping we were done with that. When discussing the name of the Py_SETREF macro I was supposed to add a pair of macros: for Py_DECREF and Py_XDECREF. But I got a lot of

Re: [Python-Dev] Py_SETREF again

2016-02-12 Thread Georg Brandl
On 02/12/2016 10:45 AM, Serhiy Storchaka wrote: > Sorry to bringing this up again. I was hoping we were done with that. > > When discussing the name of the Py_SETREF macro I was supposed to add a > pair of macros: for Py_DECREF and Py_XDECREF. But I got a lot of > opinions to be limited to only