Re: [Python-Dev] How to fix the incorrect shared library extension on linux for 3.2 and newer?

2013-04-10 Thread Ronald Oussoren
On 4 Apr, 2013, at 14:46, Julian Taylor wrote: > The values on macos for these variables still look wrong in 3.3.1rc1: > > ./configure --prefix=/Users/jtaylor/tmp/py3.3.1 --enable-shared > on macosx-10.8-x86_64 > > sys.version_info(major=3, minor=3, micro=1, releaselevel='candidate', > serial

Re: [Python-Dev] cpython (3.3): don't run frame if it has no stack (closes #17669)

2013-04-10 Thread Antoine Pitrou
On Wed, 10 Apr 2013 23:01:46 +0200 (CEST) benjamin.peterson wrote: > http://hg.python.org/cpython/rev/35cb75b9d653 > changeset: 83238:35cb75b9d653 > branch: 3.3 > parent: 83235:172f825d7fc9 > user:Benjamin Peterson > date:Wed Apr 10 17:00:56 2013 -0400 > summary: > d

Re: [Python-Dev] cpython (3.3): don't run frame if it has no stack (closes #17669)

2013-04-10 Thread Benjamin Peterson
2013/4/10 Antoine Pitrou : > On Wed, 10 Apr 2013 23:01:46 +0200 (CEST) > benjamin.peterson wrote: >> http://hg.python.org/cpython/rev/35cb75b9d653 >> changeset: 83238:35cb75b9d653 >> branch: 3.3 >> parent: 83235:172f825d7fc9 >> user:Benjamin Peterson >> date:Wed Apr 10