[issue1113244] Please add do-while guard to Py_DECREF etc.

2010-08-19 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1113244] Please add do-while guard to Py_DECREF etc.

2010-08-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed now, do the committs need porting to other versions or what? -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue1113244] Please add do-while guard to Py_DECREF etc.

2009-04-05 Thread Matthias Klose
Matthias Klose added the comment: committed these in r71229 and r71271. I'm not yet closing the report. tim_one, I will conditionalize these, but I'm unsure if these should be conditionalized on compilers which are known not to optimize, or if it should be just conditionalized on gcc (and icc?)

[issue1113244] Please add do-while guard to Py_DECREF etc.

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: Assigning to Matthias since he added do-while(0) to Py_DECREF in r71229. -- assignee: -> doko nosy: +doko, georg.brandl ___ Python tracker ___

[issue1113244] Please add do-while guard to Py_DECREF etc.

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker ___