Python论坛  - 讨论区

标题:[python-chinese] 引用计数

2006年07月17日 星期一 13:15

Gerald Lee leejd80 at gmail.com
Mon Jul 17 13:15:18 HKT 2006

引用计数是不是对NULL也是需要的?譬如:
PyObject *Var = NULL;
这个时候是不是要对Var进行Py_INCREF()的操作?


-- 
My Blog >> http://leejd.cndev.org
My QQ >> 9847243

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年07月17日 星期一 13:43

lubiao lubiao.py at gmail.com
Mon Jul 17 13:43:24 HKT 2006

我猜是不需要,

指针谁也没指,没什么意义。

引用计数是对对象计数吧, 跟指针没关系。


On 7/17/06, Gerald Lee <leejd80 at gmail.com> wrote:
>
> 引用计数是不是对NULL也是需要的?譬如:
> PyObject *Var = NULL;
> 这个时候是不是要对Var进行Py_INCREF()的操作?
>
>
> --
> My Blog >> http://leejd.cndev.org
> My QQ >> 9847243
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060717/28d21d4c/attachment-0001.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年07月18日 星期二 09:43

Robert Chen search.pythoner at gmail.com
Tue Jul 18 09:43:46 HKT 2006

嗯,没错,引用计数对Python中的对象才有意义,跟指针没有关系的 :)

On 7/17/06, lubiao <lubiao.py at gmail.com> wrote:
>
>  我猜是不需要,
>
> 指针谁也没指,没什么意义。
>
> 引用计数是对对象计数吧, 跟指针没关系。
>
>
>  On 7/17/06, Gerald Lee <leejd80 at gmail.com> wrote:
>
> > 引用计数是不是对NULL也是需要的?譬如:
> PyObject *Var = NULL;
> 这个时候是不是要对Var进行Py_INCREF()的操作?
>
>
> --
> My Blog >> http://leejd.cndev.org
> My QQ >> 9847243
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to   python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
Robert
Python源码剖析――http://blog.donews.com/lemur/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060718/0cfe9dc9/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号