ANN: Stackless Python 0.2

Christian Tismer tismer at appliedbiometrics.com
Wed Jun 16 07:58:09 EDT 1999


Michael Hudson wrote:

> Got this one; PyEval_Frame_Dispatch is defined static in
> Python/ceval.c. Take the keyowrd static out, and it builds and runs
> fine (in my limited testing so far).

Ah, thanks. Yes, this function was a local eval_frame_dispatch,
before I realized that it needs to be exposed as an API
function. Ahem, forgot to change the decl.

Someone else told be that in frameobject.h, my forward
type declaration gives problems with some compilers.
What is the standard way to do this?

thanks - chris

-- 
Christian Tismer             :^)   <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH      :     Have a break! Take a ride on Python's
Kaiserin-Augusta-Allee 101   :    *Starship* http://starship.python.net
10553 Berlin                 :     PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     we're tired of banana software - shipped green, ripens at home




More information about the Python-list mailing list