Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make reset public
  • Loading branch information
koubaa committed Feb 16, 2021
commit dfc814b1545758f504682529ffcdb3256d036d24
2 changes: 1 addition & 1 deletion src/runtime/converterextensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ bool TryDecode(IntPtr pyHandle, out object result)

#endregion

internal static void Reset()
public static void Reset()
Comment thread
koubaa marked this conversation as resolved.
Outdated
{
lock (encoders)
lock (decoders)
Expand Down