2006年07月17日 星期一 13:15
引用计数是不是对NULL也是需要的?譬如: PyObject *Var = NULL; 这个时候是不是要对Var进行Py_INCREF()的操作? -- My Blog >> http://leejd.cndev.org My QQ >> 9847243
2006年07月17日 星期一 13:43
我猜是不需要, 指针谁也没指,没什么意义。 引用计数是对对象计数吧, 跟指针没关系。 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
2006年07月18日 星期二 09:43
嗯,没错,引用计数对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
Zeuux © 2025
京ICP备05028076号