mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Manually picked from PyDev revision `26864816cbfcf002a99913bcc31ebef48042a4ac`. Notable changes: * Inject DLL to Python processfa163ccc2d* Support for Python 3.10bdec612183* Support for Python 3.118ab57600deGitOrigin-RevId: 720414ca39573b3f8b4b9e1b5b72f33eb024ccc1
3 lines
135 B
Python
3 lines
135 B
Python
import add_code_to_python_process
|
|
print(add_code_to_python_process.run_python_code(3736, "print(20)", connect_debugger_tracing=False))
|