Commit 0b4c1bc2 by Axel Huebl Committed by GitHub

test: ConstructorStats newline (PyPy) (#4167)

This looks like it lacks a newline.
parent fac23b6f
......@@ -115,7 +115,7 @@ public:
#if defined(PYPY_VERSION)
PyObject *globals = PyEval_GetGlobals();
PyObject *result = PyRun_String("import gc\n"
"for i in range(2):"
"for i in range(2):\n"
" gc.collect()\n",
Py_file_input,
globals,
......
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