8000 Make reset public · pythonnet/pythonnet@dfc814b · GitHub
[go: up one dir, main page]

Skip to content

Commit dfc814b

Browse files
committed
Make reset public
1 parent 32fa32d commit dfc814b
< 8000 /pre>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/converterextensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ bool TryDecode(IntPtr pyHandle, out object result)
154154

155155
#endregion
156156

157-
internal static void Reset()
157+
public static void Reset()
158158
{
159159
lock (encoders)
160160
lock (decoders)

0 commit comments

Comments
 (0)
0