8000 removed obsoletion of TupleCodec and RawProxyEncoder · losttech/pythonnet@77c6093 · GitHub
[go: up one dir, main page]

Skip to content

Commit 77c6093

Browse files
committed
removed obsoletion of TupleCodec and RawProxyEncoder
1 parent 1a6f2fc commit 77c6093

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/runtime/Codecs/RawProxyEncoder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace Python.Runtime.Codecs
66
/// A .NET object encoder, that returns raw proxies (e.g. no conversion to Python types).
77
/// <para>You must inherit from this class and override <see cref="CanEncode"/>.</para>
88
/// </summary>
9-
[Obsolete(Util.UnstableApiMessage)]
109
public class RawProxyEncoder: IPyObjectEncoder
1110
{
1211
public PyObject TryEncode(object value)

src/runtime/Codecs/TupleCodecs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ namespace Python.Runtime.Codecs
55
using System.Linq;
66
using System.Reflection;
77

8-
[Obsolete(Util.UnstableApiMessage)]
98
public sealed class TupleCodec<TTuple> : IPyObjectEncoder, IPyObjectDecoder
109
{
1110
TupleCodec() { }

0 commit comments

Comments
 (0)
0