Re: [Python-3000] reference leak when pressing Enter at interpreter prompt

2007-02-01 Thread Brett Cannon
On 2/1/07, Adam Olsen <[EMAIL PROTECTED]> wrote: > On 1/31/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > > Brett Cannon schrieb: > > > Seems two references are leaking every time you press Enter at the > > > interpreter prompt in a debug build. Anyone have an inkling of who > > > introduced it? >

Re: [Python-3000] reference leak when pressing Enter at interpreter prompt

2007-02-01 Thread Adam Olsen
On 1/31/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > Brett Cannon schrieb: > > Seems two references are leaking every time you press Enter at the > > interpreter prompt in a debug build. Anyone have an inkling of who > > introduced it? > > If anyone wants to look into it: > It was rev. 53421, the

Re: [Python-3000] the types module

2007-02-01 Thread Brett Cannon
On 2/1/07, tomer filiba <[EMAIL PROTECTED]> wrote: > i've had some difficulty with code that attempts to locate a type > by its __module__ and __name__, something like: > getattr(sys.modules[t.__module__], t.__name__) > > the trouble is, all builtin types claim to belong to the __builtin__ modu

Re: [Python-3000] Poll: Lazy Unicode Strings For Py3k

2007-02-01 Thread Aahz
On Thu, Feb 01, 2007, Larry Hastings wrote: > Aahz wrote: >> >> While I don't have an opinion about the patch itself, I do have an >> opinion about other people's opinions. ;-) That is, my opinion is that >> unless you get a +1 from at least one of Fredrik, MvL, or MAL (and no -1 >> from any of t

[Python-3000] the types module

2007-02-01 Thread tomer filiba
i've had some difficulty with code that attempts to locate a type by its __module__ and __name__, something like: getattr(sys.modules[t.__module__], t.__name__) the trouble is, all builtin types claim to belong to the __builtin__ module. for example: >>> types.FunctionType >>> types

Re: [Python-3000] Poll: Lazy Unicode Strings For Py3k

2007-02-01 Thread Larry Hastings
Aahz wrote: > While I don't have an opinion about the patch itself, I do have an > opinion about other people's opinions. ;-) That is, my opinion is that > unless you get a +1 from at least one of Fredrik, MvL, or MAL (and no -1 > from any of them), this patch should be abandoned. (The exact set