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