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

zopefoundation / BTrees / 307
96%
master: 94%

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

pending completion
307

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 ...]))

7 of 7 new or added lines in 1 file covered. (100.0%)

9211 of 9576 relevant lines covered (96.19%)

1.89 hits per line

Jobs
ID Job ID Ran Files Coverage
4 307.4 (WITH_COVERAGE=1) 29 Jul 2019 01:24PM UTC 0
96.19
Travis Job 307.4
5 307.5 (PURE_PYTHON=1 WITH_COVERAGE=1) 29 Jul 2019 01:31PM UTC 0
93.14
Travis Job 307.5
Source Files on build 307
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #307
  • Pull Request #108
  • PR Base - master (#305)
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

© 2025 Coveralls, Inc