Re: [Python-Dev] Windows buildbot (Was: buildbot failure in x86 W2k trunk)

2007-06-08 Thread Thomas Heller
Martin v. Löwis schrieb: >> Should I try to setup another buildbot client for win32/AMD64? > > We don't have a Win64 buildbot yet. Depending on whether you plan > to use PCbuild or PCbuild8, this might be a challenge to get working > (I think it's a challenge either way, but different). > If it co

Re: [Python-Dev] Windows buildbot (Was: buildbot failure in x86 W2k trunk)

2007-06-08 Thread Martin v. Löwis
> For release25-maint, probably PCBuild should be used since that is used to > create the installer. > For trunk/Python 2.6 I don't know what you will use for the release version. I actually don't know either, yet. I would like to use Orcas, but it's not clear when this will be released; neither

[Python-Dev] Compiling 2.5.1 under Studio 11

2007-06-08 Thread Ellinghaus, Lance
Hello, I am having a couple of issues compiling Python 2.5.1 under Sun Solaris Studio 11 on Solaris 8. Everything compiles correctly except the _ctypes module because it cannot use the libffi that comes with Python and it does not exist on the system. Has anyone gotten it to compile correctly usi

[Python-Dev] cProfile with generator throwing

2007-06-08 Thread Eyal Lotem
Hi. It seems that cProfile does not support throwing exceptions into generators properly, when an external timer routine is used. The problem is that _lsprof.c: ptrace_enter_call assumes that there are no exceptions set when it is called, which is not true when the generator frame is being gen_sen