Re: [Python-Dev] PEP 362 open issues

2006-08-24 Thread Nick Coghlan
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

Re: [Python-Dev] PEP 362 open issues

2006-08-23 Thread Brett Cannon
On 8/23/06, Georg Brandl <[EMAIL PROTECTED]> wrote: Brett Cannon wrote:> I have been spending my Google sprint time on writing and implementing> PEP 362 (http://www.python.org/dev/peps/pep-0362/), which finally > defines Signature objects for functions.  With the implementation at a> place I am hap

Re: [Python-Dev] PEP 362 open issues

2006-08-23 Thread Georg Brandl
Brett Cannon wrote: > I have been spending my Google sprint time on writing and implementing > PEP 362 (http://www.python.org/dev/peps/pep-0362/), which finally > defines Signature objects for functions. With the implementation at a > place I am happy with, I wanted to ask about the open issues

[Python-Dev] PEP 362 open issues

2006-08-23 Thread Brett Cannon
I have been spending my Google sprint time on writing and implementing PEP 362 (http://www.python.org/dev/peps/pep-0362/), which finally defines Signature objects for functions.  With the implementation at a place I am happy with, I wanted to ask about the open issues with the PEP. The first questi