Home
last modified time | relevance | path

Searched refs:SandboxViolation (Results 1 – 3 of 3) sorted by relevance

/external/python/setuptools/setuptools/
Dsandbox.py406 from setuptools.sandbox import SandboxViolation
407 raise SandboxViolation(operation, args, kw)
474 class SandboxViolation(DistutilsError): class
/external/python/setuptools/setuptools/tests/
Dtest_sandbox.py120 with pytest.raises(setuptools.sandbox.SandboxViolation) as caught:
/external/python/setuptools/
DCHANGES.rst1404 * Issue #440: Prevent infinite recursion when a SandboxViolation
2882 * Found another case of SandboxViolation - fixed
2925 * Distribute #100: making sure there's no SandboxViolation when
3090 * Fixed a SandboxViolation for mkdir that could occur in certain cases.