[Python-Dev] Py_MakePendingCalls

Greg Stein gstein@lyra.org
Mon, 21 Aug 2000 00:58:41 -0700


Torch the sucker. It is a pain for free-threading.

(and no: I don't use it, nor do I know anything that uses it)

Cheers,
-g

On Mon, Aug 21, 2000 at 01:08:25AM -0400, Tim Peters wrote:
> Does anyone ever call Py_MakePendingCalls?  It's an undocumented entry point
> in ceval.c.  I'd like to get rid of it.  Guido sez:
> 
>     The only place I know that uses it was an old Macintosh module I
>     once wrote to play sounds asynchronously.  I created
>     Py_MakePendingCalls() specifically for that purpose.  It may be
>     best to get rid of it.
> 
> It's not best if anyone is using it despite its undocumented nature, but is
> best otherwise.
> 
> 
> 
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> http://www.python.org/mailman/listinfo/python-dev

-- 
Greg Stein, http://www.lyra.org/