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

zopefoundation / BTrees / 306
96%
master: 94%

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

push

travis-ci

mgedmin
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().

9211 of 9576 relevant lines covered (96.19%)

1.89 hits per line

Jobs
ID Job ID Ran Files Coverage
4 306.4 (WITH_COVERAGE=1) 29 Jul 2019 01:15PM UTC 0
96.19
Travis Job 306.4
5 306.5 (PURE_PYTHON=1 WITH_COVERAGE=1) 29 Jul 2019 01:20PM UTC 0
93.14
Travis Job 306.5
Source Files on build 306
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #306
  • e2243331 on github
  • Next Build on segfault-on-unicode (#308)
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