mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-19 21:23:26 +08:00
test: ConstructorStats newline (PyPy) (#4167)
This looks like it lacks a newline.
This commit is contained in:
parent
fac23b6f65
commit
0b4c1bc286
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user