[pypy-commit] pypy default: Fix the comment here

arigo noreply at buildbot.pypy.org
Wed Feb 12 14:07:57 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r69122:b7deb1f65630
Date: 2014-02-12 14:07 +0100
http://bitbucket.org/pypy/pypy/changeset/b7deb1f65630/

Log:	Fix the comment here

diff --git a/include/PyPy.h b/include/PyPy.h
--- a/include/PyPy.h
+++ b/include/PyPy.h
@@ -28,7 +28,7 @@
 /* If your program has multiple threads, then you need to call
    pypy_init_threads() once at init time, and then pypy_thread_attach()
    once in each other thread that just started and in which you want to
-   use pypy_execute_source().
+   run Python code (including via callbacks, see below).
  */
 void pypy_init_threads(void);
 void pypy_thread_attach(void);


More information about the pypy-commit mailing list