Skip to content
Discussion options

You must be logged in to vote

Short answer: No.

Longer answer: Security sandboxing in IronPython depends on what the DLR provides, which in turn depends on .NET. Modern .NET (previously ".NET Core") depend on the operating system, container, or a hypervisor to provide sandboxing, not an elaborate system of CAS, AppDomains, etc.

The latter still works in .NET Framework (which is not "modern"), and by extension in DLR and IronPython.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by crfrolik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2010 on March 12, 2026 03:06.