Re: [Python-3000] how should we handle changes to the C API?

2007-01-29 Thread Brett Cannon
On 1/28/07, Greg Ewing <[EMAIL PROTECTED]> wrote: > Brett Cannon wrote: > > > My specific need is that PyErr_GivenExceptionMatches() does not have > > an exception return value. This sucks for me in 2.6 for deprecating > > catching string exceptions, but it sucks more in 3.0 since only > > subclas

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

2007-01-29 Thread Brett Cannon
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? -Brett ___ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/pytho