Re: [Python-Dev] functional continuations

2007-12-16 Thread tomer filiba
yes, well, as i suspected and as PJE pointed out, extension or builtin functions would make life difficult, but these are difficulties i would be willing to accept. however, my attempts are futile anyways, as the evaluation stack is cleared before the exception propagates up to the frames above...

Re: [Python-Dev] functional continuations

2007-12-16 Thread Martin v. Löwis
yeah, i did think native functions wouldn't fit well with it, but then again, i don't plan to have any c-side functions invoking python callbacks. i can live with that. Just in case it isn't clear - even if you can live with it, it makes it unsuitable for inclusion into the Python interpreter.

[Python-Dev] Tkinter problems with Tcl/Tk 8.5

2007-12-16 Thread George Peter Staplin
Hello, I am a Tcl/Tk core developer. I'm trying to resolve some bugs that have surfaced in Tkinter with Tcl/Tk 8.5. 8.5.0 is very near release, and I'm hoping we can determine where the problem is, and resolve it soon.

Re: [Python-Dev] Tkinter problems with Tcl/Tk 8.5

2007-12-16 Thread Martin v. Löwis
It also has been suggested by some on the Tcl core team (during discussions about this bug) that you probably shouldn't be using Tcl_GetObjType and relying on the registered Tcl_ObjTypes, however I'm not sure of a way to get what you need otherwise. Hi George, I hope I can find some

[Python-Dev] reStructuredText docs now printable

2007-12-16 Thread Georg Brandl
Hi, just wanted to let you know that I've added a LaTeX builder to the doctools, so that one can produce LaTeX source from the docs again. It uses the old python.sty package, for which I feel grateful. You should be able to build the PDFs with a make latex in Doc, and a make all-pdf in