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

PyCQA / pylint / 3791 / 10
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 02 Mar 2020 09:25AM UTC
Files 70
Run time 51s
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

02 Mar 2020 09:10AM UTC coverage: 89.5% (+0.001%) from 89.499%
TOXENV=pypy

push

travis-ci

PCManticore
Protect `node_frame_class` against looping continuously on Uninferable

`node_frame_class` was receiving an `Uninferable` object. This object has the property
that its boolean value is false, but comparing it against `None` will always return true.
Because `node_frame_class` was walking up the tree to find the containing class, it was exempting
any node that was not a class, and since comparing `Uninferable` to `None` was always returning
true, the loop was running forever.

Close #3426

10953 of 12238 relevant lines covered (89.5%)

0.89 hits per line

Source Files on job 3791.10 (TOXENV=pypy)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3123
  • Travis Job 3791.10
  • 93bc0dbe on github
  • Prev Job for TOXENV=pypy on master (#3790.10)
  • Next Job for TOXENV=pypy on master (#3795.10)
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