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

stlehmann / pyads / 27101685772
94%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2026 06:55PM UTC
Jobs 1
Files 102
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

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

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

Jobs
ID Job ID Ran Files Coverage
1 27101685772.1 07 Jun 2026 06:56PM UTC 102
93.36
GitHub Action Run
Source Files on build 27101685772
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8abdc343 on github
  • Prev Build on master (#27101466777)
  • Next Build on master (#27102011715)
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