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
Disable test for now
  • Loading branch information
filmor committed Mar 6, 2026
commit f7e5d34b8b84a77c1fb01686e284cc600c5b3bbc
1 change: 1 addition & 0 deletions src/embed_tests/Codecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ public void IterableDecoderTest()

// regression for https://github.com/pythonnet/pythonnet/issues/1427
[Test]
[Ignore("Broken, the list_encoder object ends up in builtins and fails during GC")]
public void PythonRegisteredDecoder_NoStackOverflowOnSystemType()
{
const string PyCode = @"
Expand Down
Loading