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

stlehmann / pyads / 27101685772 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2026 06:56PM UTC
Files 102
Run time 2s
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

07 Jun 2026 06:54PM UTC coverage: 93.365%. First build
27101685772.1

push

github

web-flow
fix: skip adsPortCloseEx in Connection.__del__ during interpreter shutdown (#528)

When Connection objects are GC'd during Python interpreter shutdown,
calling AdsPortCloseEx via adslib.so crashes (SIGSEGV / exit 139)
because the ADS routing layer is already torn down. Guard __del__ with
sys.is_finalizing() so the C library is not called during this phase;
the OS reclaims sockets and file descriptors regardless.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

10750 of 11514 relevant lines covered (93.36%)

0.93 hits per line

Source Files on job 27101685772.1
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27101685772
  • 8abdc343 on github
  • Next Job for on master (#27102011715.1)
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