Commit da6f4229 authored by Kevin Modzelewski's avatar Kevin Modzelewski

XXX for testing

parent a3dbaa95
......@@ -388,6 +388,12 @@ static int main(int argc, char** argv) noexcept {
Py_Initialize();
}
// XXX
{
Py_Finalize();
return 0;
}
// Arguments left over after option parsing are of the form:
// [ script | - ] [ arguments... ]
// unless we've been already parsed a `-c command` option, in which case only:
......
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