• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zopefoundation / AccessControl / 27092553147
84%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2026 01:15PM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
27092553147

push

github

web-flow
Fix guarded_getattr ImplPython/ImplC assertion-key parity (#165)

The pure-Python ``guarded_getattr`` keyed the container assertion on
``type(value.__self__)`` while the C implementation keys on ``type(inst)``.
As a result, under ``PURE_PYTHON`` a bound method whose ``__self__`` is an
allow-listed simple type (``tuple``/``bytes``/``range``/...) took the
truthy-assertion short-circuit and was returned without calling
``validate()``, diverging from the C engine.

Key the assertion lookup on ``type(inst)`` to match ``cAccessControl``, and
add a regression test (red under ``PURE_PYTHON`` before the fix, green
after; the C engine was already correct).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Source Files on build 27092553147
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #27092553147
  • c18cdbb8 on github
  • Prev Build on master (#26712503094)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc