Hi,<div><br></div><div>We are now in sync with the mainline py3k branch and both Windows and Linux compilation succeeds.</div><div><br></div><div>One problem remains to be solved before we can do a release, and that is the problem of pre-compiled gotos.  A recent change to mainline py3k removed the underlying mechanic for interrupting prolonged execution and replaced it with the use of signals.  However, we were using this "ticking" mechanism to implement our pre-emptive scheduling.  It was a simple matter to add a custom Stackless ticker.. however it seems that when pre-computed gotos are used this mechanism is bypassed in some way. </div>
<div><br></div><div>I am unable to look into this further at this point because gdb is not installed on <a href="http://stackless.com">stackless.com</a>.  The worst case scenario is that it is not possible to cleanly fix this, and I have to disable use of precomputed gotos for the release of Stackless 3.2.</div>
<div><br></div><div>If anyone wants to take a whack at looking into this, you can do so by running "./python Stackless/unittests/test_watchdog.py" and othen using the failing tests there to direct your efforts.</div>
<div><br></div><div>The release date of Python 3.2 is February 12th.</div><div><br></div><div>Cheers,</div><div>Richard.</div>