This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients Arfrever, benjamin.peterson, brett.cannon, georg.brandl, kristjan.jonsson, larry, loewis, pitrou, rhettinger, serhiy.storchaka, skrah, taleinat, vstinner
Date 2014-02-26.17:29:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393435752.52.0.722004958202.issue20440@psf.upfronthosting.co.za>
In-reply-to
Content
Barring c++, are we using any C compilers that don't support inlines?
Imho these macros should be functions proper.  Then we could do
Py_Assign(&target, Py_IncRef(obj))

It's 2014 already.
History
Date User Action Args
2014-02-26 17:29:12kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, brett.cannon, georg.brandl, rhettinger, pitrou, vstinner, taleinat, larry, benjamin.peterson, Arfrever, skrah, serhiy.storchaka
2014-02-26 17:29:12kristjan.jonssonsetmessageid: <1393435752.52.0.722004958202.issue20440@psf.upfronthosting.co.za>
2014-02-26 17:29:12kristjan.jonssonlinkissue20440 messages
2014-02-26 17:29:12kristjan.jonssoncreate