We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18506d commit e7f57eeCopy full SHA for e7f57ee
peps/pep-0788.rst
@@ -39,7 +39,7 @@ interpreter by preventing finalization. For example:
39
40
// Now we can call Python code, without worrying about the thread
41
// hanging due to finalization.
42
- if (PyRun_SimpleString("print('My hovercraft is full of eels') < 0) {
+ if (PyRun_SimpleString("print('My hovercraft is full of eels')") < 0) {
43
PyErr_Print();
44
}
45
0 commit comments