On 29/04/2007 19.57, Martin v. Löwis wrote:

> That is an open issue. PyObject_HEAD clearly is more
> backwards-compatible. However (besides its current non-C-conformance),
> I never liked it, because of the missing semicolon (I thought it
> confuses Emacs, but can't reproduce the problem anymore, though -
> perhaps it did confuse Emacs in the past?)
> 
> So I personally would phase it out for style reasons, but others
> may think differently; if I hear opinions in either direction,
> I'm happy to code them into the PEP.

The fact that it existed made it possible to do this transition though. 
Haven't we had this macro in the first place, now you would need to break all 
third party modules without an easy fallback.

So, I'm probably +0 on keeping it since history tends to repeat itself :)
-- 
Giovanni Bajo


_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to