]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Thanks to Chris Herborth, the thread primitives now have proper Py*
authorGuido van Rossum <guido@python.org>
Mon, 21 Dec 1998 19:32:43 +0000 (19:32 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Dec 1998 19:32:43 +0000 (19:32 +0000)
commit65d5b5763c6bbd99d2e2c6b219570f4562382ff0
tree0a909da387c751fbfe8a90bb4a5a83f59f6c86a5
parent14f53a77579d411b7b3f491f45753315e40f1aa9
Thanks to Chris Herborth, the thread primitives now have proper Py*
names in the source code (they already had those for the linker,
through some smart macros; but the source still had the old, un-Py names).
20 files changed:
Include/pythread.h
Modules/_tkinter.c
Modules/bsddbmodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Modules/stdwinmodule.c
Modules/threadmodule.c
Python/ceval.c
Python/import.c
Python/importdl.c
Python/thread.c
Python/thread_beos.h
Python/thread_cthread.h
Python/thread_foobar.h
Python/thread_lwp.h
Python/thread_nt.h
Python/thread_os2.h
Python/thread_pthread.h
Python/thread_sgi.h
Python/thread_solaris.h