Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
0b4c1bc2
Unverified
Commit
0b4c1bc2
authored
Aug 29, 2022
by
Axel Huebl
Committed by
GitHub
Aug 29, 2022
Browse files
test: ConstructorStats newline (PyPy) (#4167)
This looks like it lacks a newline.
parent
fac23b6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/constructor_stats.h
tests/constructor_stats.h
+1
-1
No files found.
tests/constructor_stats.h
View file @
0b4c1bc2
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment