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

apache / arrow / 2461
4%

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

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

Jobs
ID Job ID Ran Files Coverage
2 2461.2 29 Aug 2019 04:06PM UTC 0
96.52
Travis Job 2461.2
Source Files on build 2461
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2461
  • Pull Request #22
  • Prev Build on master (#7709)
  • Next Build on master (#6972)
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