➜

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.

作者 serhiy.storchaka
收信人 eric.snow, ncoghlan, serhiy.storchaka, vstinner
日期 2017-03-23.13:56:45
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1490277405.94.0.925201797129.issue29881@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2017-03-23 13:56:45serhiy.storchaka修改recipients: + serhiy.storchaka, ncoghlan, vstinner, eric.snow
2017-03-23 13:56:45serhiy.storchaka修改messageid: <1490277405.94.0.925201797129.issue29881@psf.upfronthosting.co.za>
2017-03-23 13:56:45serhiy.storchaka链接issue29881 messages
2017-03-23 13:56:45serhiy.storchaka创建