➜

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.10:49:41
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1490266181.43.0.262535368372.issue29881@psf.upfronthosting.co.za>
In-reply-to
内容
My apologies Victor. It seems that the browser on my netbook shown only the part of changes and I seen only the change in array_array___reduce_ex__().

I like Nick's idea for hiding the indirection, but passing var_decl doesn't look having much sense to me. It should always be "static PyObject *".

I don't have a preference for the name, but the purpose of a new API is not just to ensure that a piece of initialization code is executed at most once, but that the object will be destroyed and the reference will be cleared after finalizing the interpreter. Seems this is different from the purpose of pthread_once().
历史
日期 用户 动作 参数
2017-03-23 10:49:41serhiy.storchaka修改recipients: + serhiy.storchaka, ncoghlan, vstinner, eric.snow
2017-03-23 10:49:41serhiy.storchaka修改messageid: <1490266181.43.0.262535368372.issue29881@psf.upfronthosting.co.za>
2017-03-23 10:49:41serhiy.storchaka链接issue29881 messages
2017-03-23 10:49:41serhiy.storchaka创建