Message 290048 - Python tracker

Message290048

Author serhiy.storchaka
Recipients eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-03-23.13:56:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490277405.94.0.925201797129.issue29881@psf.upfronthosting.co.za>
In-reply-to
Content
I think we can get rid of _Py_ONCEVAR(). Just keep current declarations. _PY_ONCEVAR_INIT() can work even with non-static global variables. It could work even with non-PyObject pointers.
History
Date User Action Args
2017-03-23 13:56:45serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner, eric.snow
2017-03-23 13:56:45serhiy.storchakasetmessageid: <1490277405.94.0.925201797129.issue29881@psf.upfronthosting.co.za>
2017-03-23 13:56:45serhiy.storchakalinkissue29881 messages
2017-03-23 13:56:45serhiy.storchakacreate