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

zopefoundation / zope.interface / 24229238372
99%

Build:
DEFAULT BRANCH: master
Ran 10 Apr 2026 06:15AM 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

10 Apr 2026 06:11AM UTC coverage: 99.044% (-0.01%) from 99.057%
24229238372

push

github

web-flow
Guard 4 unprotected PyErr_Clear calls with exception type checks (#365)

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
-0.1% src/zope/interface/tests/test_declarations.py
Jobs
ID Job ID Ran Files Coverage
1 24229238372.1 10 Apr 2026 06:21AM UTC 50
99.04
Source Files on build 24229238372
  • Tree
  • List 50
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 89665f67 on github
  • Prev Build on master (#22955841014)
  • Next Build on master (#24229273045)
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