🌐 AI搜索 & 代理 主页
Skip to content

Commit 8311ca5

Browse files
committed
Make reset public
1 parent 44c5ee5 commit 8311ca5

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
@@ -156,7 +156,7 @@ bool TryDecode(IntPtr pyHandle, out object result)
156156

157157
#endregion
158158

159-
internal static void Reset()
159+
public static void Reset()
160160
{
161161
lock (encoders)
162162
lock (decoders)

0 commit comments

Comments
 (0)