Re: [Python-Dev] Potential NULL pointer dereference in descrobject.c

2011年12月17日 08:22:26 -0800

2011年12月17日 Eli Collins <[email protected]>
>
> In that same code, right before "PY_DECREF(descr)", should there also be a 
> "PY_XDECREF(type)"? it looks like it might leak a reference to "type" 
> otherwise.
No. The descr will deallocate it.
PS. Please don't send HTML mail.
--
Regards,
Benjamin
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to