Python论坛  - 讨论区

标题:[python-chinese] 再一问,del可以真的把类从内存中删除吗

2005年06月08日 星期三 21:56

flyaflyaa flyaflyaa at gmail.com
Wed Jun 8 21:56:14 HKT 2005

有一些关键的类,想从内存中删除,用del可以真的做到吗?

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

2005年06月09日 星期四 22:47

Qiangning Hong hongqn at gmail.com
Thu Jun 9 22:47:39 HKT 2005

flyaflyaa wrote:
> 有一些关键的类,想从内存中删除,用del可以真的做到吗?

可以。只要该对象的引用计数为零就会释放。

-- 
Qiangning Hong

 __________________________________________________________
/ A man may be so much of everything that he is nothing of \
| anything.                                                |
|                                                          |
\ -- Samuel Johnson                                        /
 ----------------------------------------------------------
        \  ^___^
         \ (xxx)\_______
           (___)\       )\/\
            U   ||----w |
                ||     ||

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

2005年06月09日 星期四 22:50

limodou limodou at gmail.com
Thu Jun 9 22:50:57 HKT 2005

python是自动垃圾回收的,del的作用只是将引用计数减1,它不会将对象从内存中删除。要等到python自动垃圾回收,同时对象的引用计数为0时。

2005/6/8, flyaflyaa <flyaflyaa at gmail.com>:
> 有一些关键的类,想从内存中删除,用del可以真的做到吗?
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

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

2005年06月09日 星期四 22:51

Qiangning Hong hongqn at gmail.com
Thu Jun 9 22:51:11 HKT 2005

flyaflyaa wrote:
> 有一些关键的类,想从内存中删除,用del可以真的做到吗?

可以。只要该对象的引用计数为零就会释放。

-- 
Qiangning Hong

 __________________________________________________________
/ A man may be so much of everything that he is nothing of \
| anything.                                                |
|                                                          |
\ -- Samuel Johnson                                        /
 ----------------------------------------------------------
        \  ^___^
         \ (xxx)\_______
           (___)\       )\/\
            U   ||----w |
                ||     ||

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号