Content-Length: 279102 | pFad | https://github.com/python/cpython/issues/98610

8D Adjust the Optional Restrictions of _Py_NewInterpreterFromConfig() · Issue #98610 · python/cpython · GitHub
Skip to content

Adjust the Optional Restrictions of _Py_NewInterpreterFromConfig() #98610

@ericsnowcurrently

Description

@ericsnowcurrently

(prerequisite: gh-98608)

Currently, the optional restrictions on subinterpreters are:

  • disallow fork
  • disallow subprocess
  • disallow threads
  • defaults for "isolated" interpreters: (no fork, no subprocess, no threads)

When we added those, were were being a bit conservative. At this point we should adjust to the following:

  • disallow fork
  • disallow exec
  • disallow threads
  • disallow daemon threads
  • defaults for "isolated" interpreters: (no fork, no exec, no daemon threads, regular threads OK)

That means we would stop disallowing subprocess (even if fork or exec are disabled). We'd add an option for "exec". We'd also add an option for daemon threads and disable only those (rather than all threads) by default for isolated interpreters.

CC @gpshead

Metadata

Metadata

Labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions









    ApplySandwichStrip

    pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


    --- a PPN by Garber Painting Akron. With Image Size Reduction included!

    Fetched URL: https://github.com/python/cpython/issues/98610

    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy