10000 Make PyObjectConversions.Reset public to allow calling it from Python · pythonnet/pythonnet@15de5e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15de5e9

Browse files
committed
Make PyObjectConversions.Reset public to allow calling it from Python
1 parent 29a3260 commit 15de5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/Codecs/PyObjectConversions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ bool TryDecode(BorrowedReference pyHandle, out object? result)
125125

126126
#endregion
127127

128-
internal static void Reset()
128+
public static void Reset()
129129
{
130130
lock (encoders)
131131
lock (decoders)

0 commit comments

Comments
 (0)
0