File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
tests/test_multiple_interpreters Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 359359#define PYBIND11_ENSURE_INTERNALS_READY \
360360 { \
361361 pybind11::detail::get_internals_pp_manager ().unref (); \
362- pybind11::detail::get_local_internals_pp_manager ().unref (); \
363362 pybind11::detail::get_internals (); \
364- pybind11::detail::get_local_internals (); \
365363 }
366364
367365#if !defined(GRAALVM_PYTHON)
Original file line number Diff line number Diff line change @@ -210,11 +210,11 @@ def test_dependent_subinterpreters():
210210
211211PREAMBLE_CODE = textwrap .dedent (
212212 """
213- import sys
213+ def test():
214+ import sys
214215
215- sys.path.append('.')
216+ sys.path.append('.')
216217
217- def test():
218218 import collections
219219 import mod_per_interpreter_gil_with_singleton as m
220220
You can’t perform that action at this time.
0 commit comments