[Python-Dev] Py_MakePendingCalls (original) (raw)
Greg Stein gstein@lyra.org
Mon, 21 Aug 2000 00:58:41 -0700
- Previous message: [Python-Dev] Py_MakePendingCalls
- Next message: [Python-Dev] ANN: BerkeleyDB 2.9.0 (experimental)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 PyMakePendingCalls? 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 PyMakePendingCalls() 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/
- Previous message: [Python-Dev] Py_MakePendingCalls
- Next message: [Python-Dev] ANN: BerkeleyDB 2.9.0 (experimental)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]