[Python-Dev] PEP 362 open issues

Nick Coghlan ncoghlan at gmail.com
Thu Aug 24 13:55:16 CEST 2006


Brett Cannon wrote:
>     Another question: could it be helpful to make Parameter.default_value a
>     weak reference?
> 
> 
> Perhaps, but I don't think it is necessarily required.  I can change it 
> if others want to go that way, but for now I am happy with the way it is.

Leave it as a normal reference - if I have a reference to a Signature object, 
I'd like all it's attributes to stick around, thank you very much :)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-Dev mailing list