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

apache / arrow / 2461 / 2
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2019 04:06PM UTC
Files 83
Run time 5s
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

06 May 2017 02:07AM UTC coverage: 96.515%. First build
2461.2

Pull #22

travis-ci

wesm
ARROW-866: [Python] Normalize PyErr exc_value to be more predictable

It is possible when using `PyErr_Fetch(&exc_type, &exc_value, &traceback)` for the `exc_value` to be a string, tuple or NULL.  Calling `PyErr_Normalize` after this will cause `exc_value` to always be a valid object of the same type as `exc_type` which can then be converted to a string predictably.

Author: Bryan Cutler <cutlerb@gmail.com>

Closes #630 from BryanCutler/python-pyerr_normalize-ARROW866 and squashes the following commits:

fb93356 [Bryan Cutler] use PyObjectStringify to be Unicode safe
d56c6bf [Bryan Cutler] Added PyErr_NormalizeException to CheckPyError to make more predictable exc_value
Pull Request #22:

5041 of 5223 relevant lines covered (96.52%)

0.97 hits per line

Source Files on job 2461.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4946
  • Travis Job 2461.2
  • 5af8069d on github
  • Next Job for on master (#6972.3)
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