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

2010-08-19 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

Can this be closed now, do the committs need porting to other versions or what?

--
nosy: +BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1113244
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-08-19 Thread Benjamin Peterson

Changes by Benjamin Peterson benja...@python.org:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1113244
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-04-05 Thread Georg Brandl

Georg Brandl ge...@python.org 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 rep...@bugs.python.org
http://bugs.python.org/issue1113244
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-04-05 Thread Matthias Klose

Matthias Klose d...@debian.org 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?).

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1113244
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-02-15 Thread Daniel Diniz

Changes by Daniel Diniz aja...@gmail.com:


--
priority: normal - low
type:  - feature request
versions: +Python 2.7, Python 3.1 -Python 2.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1113244
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com