[Python-Dev] Py_MakePendingCalls

Tim Peters tim_one@email.msn.com
Mon, 21 Aug 2000 01:08:25 -0400


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.