diff options
author | Georg Brandl <georg@python.org> | 2008-05-25 13:05:15 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-25 13:05:15 +0000 |
commit | 2067bfdf253e134a4144d3747300dbfcc7cc6203 (patch) | |
tree | 76613f07319d07cc4f0159769131a051504f8c69 /Include/ceval.h | |
parent | #2967: Tkinter -> tkinter in test_tcl. (diff) | |
download | cpython-2067bfdf253e134a4144d3747300dbfcc7cc6203.tar.gz cpython-2067bfdf253e134a4144d3747300dbfcc7cc6203.tar.bz2 cpython-2067bfdf253e134a4144d3747300dbfcc7cc6203.zip |
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Diffstat (limited to 'Include/ceval.h')
-rw-r--r-- | Include/ceval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/ceval.h b/Include/ceval.h index 03eb8cb9545..f0385cf83b4 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -120,7 +120,7 @@ PyAPI_DATA(int) _Py_CheckInterval; Py_END_ALLOW_THREADS!!! The function PyEval_InitThreads() should be called only from - initthread() in "threadmodule.c". + init_thread() in "_threadmodule.c". Note that not yet all candidates have been converted to use this mechanism! |