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

PyCQA / pylint / 3528 / 5
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 16 Oct 2019 09:21AM UTC
Files 71
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

16 Oct 2019 09:12AM UTC coverage: 89.345% (-0.001%) from 89.346%
TOXENV=py35

push

travis-ci

PCManticore
Fixes "exception-escape" false positive with generators (#3128) (#3182)

As reported on #3128, there is a bug when the handler bound object is being used inside a generator causing a false positive. This was due to the way we were identifying if the object was "inside" its handler or not. In the previous implementation we would visit the node parents until we reached the object scope (in the generator case, the scope of the node is the generator, not the handler), while this change continues to go up the parent stack until it reaches its parent handler, or, if it's not inside its handler, it reaches the module's parent (None).

Object is considered inside its handler if it reaches it by going up in the parent chain. It's considered outside its handler if it reaches None.

Signed-off-by: Gabriel R Sezefredo <g@briel.dev>

10716 of 11994 relevant lines covered (89.34%)

0.89 hits per line

Source Files on job 3528.5 (TOXENV=py35)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2929
  • Travis Job 3528.5
  • 89d29d70 on github
  • Prev Job for TOXENV=py35 on master (#3526.5)
  • Next Job for TOXENV=py35 on master (#3529.5)
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