Skip to content

Commit 2886267

Browse files
committed
Keep RunString Public
Deprecation/Removal should be a separate issue/pr
1 parent ea44eef commit 2886267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/pythonengine.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public static void Exec(string code, IntPtr? globals = null, IntPtr? locals = nu
432432
/// executing the code string as a PyObject instance, or null if
433433
/// an exception was raised.
434434
/// </remarks>
435-
internal static PyObject RunString(
435+
public static PyObject RunString(
436436
string code, IntPtr? globals = null, IntPtr? locals = null, RunFlagType _flag = RunFlagType.File
437437
)
438438
{

0 commit comments

Comments
 (0)