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

bluedynamics / zope.interface / 23724010616
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: fix-pydict-getitem-exception-swallowing
DEFAULT BRANCH: master
Ran 30 Mar 2026 01:31AM UTC
Jobs 1
Files 50
Run time 1min
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

30 Mar 2026 01:26AM UTC coverage: 99.044%. First build
23724010616

push

github

jensens
Guard 4 unprotected PyErr_Clear calls with exception type checks

Four PyErr_Clear() calls in implementedBy and providedBy clear
exceptions unconditionally, silently swallowing KeyboardInterrupt,
MemoryError, and SystemExit. The same file already has 7 correctly
guarded sites using PyErr_ExceptionMatches — these 4 were missed.

Sites fixed:
- implementedBy line 2436: guard with PyExc_AttributeError
- implementedBy line 2454: guard with PyExc_KeyError
- providedBy line 2601: guard with PyExc_AttributeError
- providedBy line 2615: guard with PyExc_AttributeError

Fixes #358

2438 of 2468 branches covered (98.78%)

Branch coverage included in aggregate %.

8 of 9 new or added lines in 1 file covered. (88.89%)

12169 of 12280 relevant lines covered (99.1%)

7.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
99.25
src/zope/interface/tests/test_declarations.py
Jobs
ID Job ID Ran Files Coverage
1 23724010616.1 30 Mar 2026 01:32AM UTC 50
99.04
Source Files on build 23724010616
  • Tree
  • List 50
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 37912d54 on github
  • Delete
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