8000 Enabled test for NoStackOverflowOnSystemType by lostmsu · Pull Request #1943 · pythonnet/pythonnet · GitHub
[go: up one dir, main page]

Skip to content

Enabled test for NoStackOverflowOnSystemType #1943

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2022
Merged
Changes from all commits
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
reenabled test for #1256 : NoStackOverflowOnSystemType
  • Loading branch information
lostmsu committed Sep 16, 2022
commit ba6895ee17f1bf42471769dd57411053b0989afe
1 change: 0 additions & 1 deletion src/embed_tests/Codecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ public void IterableDecoderTest()
}

// regression for https://github.com/pythonnet/pythonnet/issues/1427
[Ignore("https://github.com/pythonnet/pythonnet/issues/1256")]
[Test]
public void PythonRegisteredDecoder_NoStackOverflowOnSystemType()
{
Expand Down
0