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

kovidgoyal / dukpy / 62 / 3
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: sort
DEFAULT BRANCH: master
Ran 25 Aug 2018 05:26AM UTC
Files 6
Run time 0s
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

25 Aug 2018 05:25AM UTC coverage: 84.803% (+1.0%) from 83.774%
62.3

Pull #2

travis-ci

web-flow
Remove code checking if an error occured

Python requires that a function from a C library returns NULL iff an
exception occured, so checking if an error occurred is redundant.

If an incorretly implemented C library call returns NULL when there is
no error, Python will itself throw an exception like the following in
py3:

<built-in function _test_error_invalid_method> returned NULL without setting an error

or like the following in py2:

Function (<built-in function _test_error_invalid_method>) failed with error: 'NULL result without error in PyObject_Call
Pull Request #2: Only release the GIL *after* calling Py_XXX

452 of 533 relevant lines covered (84.8%)

20.47 hits per line

Source Files on job 62.3
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 61
  • Travis Job 62.3
  • b6ffe9e2 on github
  • Prev Job for on fix-gil-segfault (#58.1)
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