zope.component
zope.component copied to clipboard
## BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE) Maybe I am wrong, but queryUtility seems to return a utility without a permission check. Background is the need to protect vocabularies: ```...
There are times you want to override an adapter but use the fundtionality of the whatever else was registered that you overrode. This code allows you to do that. It...
In https://bugs.launchpad.net/zope.component/+bug/97916, @srichter reported: > I found the following comment from djay in the Wikis, which we should really consider: > > One thing I'd like to see is support...
In https://bugs.launchpad.net/zope.component/+bug/98412, @garyposter reported: > As noted in http://www.zope.org/Collectors/Zope3-dev/674, the interface adapter hook registration now done implicitly in `zope.component._api` should probably be made explicit. @ctheune followed up: > Feels like...
open issues: - [ ] failing test `test___setstate___rebuilds__v_lookup` Fixes #75
## PROBLEM REPORT ### What I did: Run the tests with Python 3.14a6. ### What I expect to happen: Green bar. ### What actually happened: One test fails: Details Failure...