PY-73432 Refactoring: generalize type parameter

GitOrigin-RevId: a0e6af2cba15f20c01f307f0873b97b79a105136
This commit is contained in:
Andrey Lisin
2024-09-03 14:19:16 +02:00
committed by intellij-monorepo-bot
parent 3fb01b657c
commit 128109aa98
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ public interface IPyDebugProcess extends PyFrameAccessor {
void showConsole(PyThreadInfo thread);
void loadReferrers(PyReferringObjectsValue var, PyDebugCallback<XValueChildrenList> callback);
void loadReferrers(PyReferringObjectsValue var, PyDebugCallback<? super XValueChildrenList> callback);
void suspendAllOtherThreads(PyThreadInfo thread);