Generic Transparent Proxies
Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-zope.proxy && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
python-zope.proxy.changes | 0000003450 3.37 KB | |
python-zope.proxy.spec | 0000003210 3.13 KB | |
zope.proxy-4.3.2.tar.gz | 0000043567 42.5 KB |
Revision 7 (latest revision is 18)
Dominique Leuenberger (dimstar_suse)
accepted
request 717545
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
- Update to 4.3.2: * Fix error handling in ProxyBase.__setattr__: any the exception raised by PyString_AsString/PyUnicode_AsUTF8 would be silently swallowed up and ignored. See issue 31.
Comments 0