Re: [Python-Dev] my 2.5 checkins

2007-04-15 Thread Neal Norwitz
I reverted both changes. They can be re-applied after the 2.5 is unfrozen. -- n On 4/15/07, Anthony Baxter <[EMAIL PROTECTED]> wrote: > On Saturday 14 April 2007 10:07, Kristján Valur Jónsson wrote: > > Hello all. > > I made two checkins to the 25 maintainance branch before Martin > > kindly poin

Re: [Python-Dev] my 2.5 checkins

2007-04-15 Thread Anthony Baxter
On Saturday 14 April 2007 10:07, Kristján Valur Jónsson wrote: > Hello all. > I made two checkins to the 25 maintainance branch before Martin > kindly pointed out to me that it is frozen. These are quite > simple fixes to real crashes I have experienced. The fix in > frameobject.c will be necessar

[Python-Dev] my 2.5 checkins

2007-04-13 Thread Kristján Valur Jónsson
Hello all. I made two checkins to the 25 maintainance branch before Martin kindly pointed out to me that it is frozen. These are quite simple fixes to real crashes I have experienced. The fix in frameobject.c will be necessary if you work with opcodes > 128, which we routinely do at CCP J. Sec