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?
>
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
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
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
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
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