Kaydet (Commit) e8c52e13 authored tarafından Georg Brandl's avatar Georg Brandl

Minor improvement: add indication that the main function goes on.

üst e3005461
...@@ -372,6 +372,8 @@ to :c:func:`Py_Initialize`:: ...@@ -372,6 +372,8 @@ to :c:func:`Py_Initialize`::
/* Add a static module */ /* Add a static module */
initspam(); initspam();
...
An example may be found in the file :file:`Demo/embed/demo.c` in the Python An example may be found in the file :file:`Demo/embed/demo.c` in the Python
source distribution. source distribution.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment