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

zopefoundation / BTrees / 307 / 4
96%
master: 94%

Build:
Build:
LAST BUILD BRANCH: config-with-c-code-template-24cb1653
DEFAULT BRANCH: master
Ran 29 Jul 2019 01:24PM UTC
Files 37
Run time 4s
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

29 Jul 2019 01:13PM UTC coverage: 96.188% (+0.002%) from 96.186%
WITH_COVERAGE=1

Pull #108

travis-ci

web-flow
Fix segfault in bucket_repr() on Python 3

Fixes #106.

The bug was in not checking the return value of
PyUnicode_AsLatin1String() and passing a NULL to PyOS_snprintf().

The fix is to use PyUnicode_FromFormat() and avoid all the hassle of
manual encoding/sprintf/decoding and even calling repr().
Pull Request #108: Fix segfault on repr(OOBucket([... non-Latin-1 thingies ...]))

9211 of 9576 relevant lines covered (96.19%)

0.96 hits per line

Source Files on job 307.4 (WITH_COVERAGE=1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 39
  • Travis Job 307.4
  • 86f40ed5 on github
  • Prev Job for WITH_COVERAGE=1 on segfault-on-unicode (#305.4)
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