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

PyCQA / pylint / 3791
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 02 Mar 2020 09:17AM UTC
Jobs 5
Files 70
Run time 9min
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
3791

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

11153 of 12345 relevant lines covered (90.34%)

4.45 hits per line

Jobs
ID Job ID Ran Files Coverage
6 3791.6 (TOXENV=py35) 02 Mar 2020 09:18AM UTC 0
89.97
Travis Job 3791.6
7 3791.7 (TOXENV=py36) 02 Mar 2020 09:17AM UTC 0
90.22
Travis Job 3791.7
8 3791.8 (TOXENV=py37) 02 Mar 2020 09:17AM UTC 0
90.28
Travis Job 3791.8
9 3791.9 (TOXENV=py38) 02 Mar 2020 09:17AM UTC 0
90.48
Travis Job 3791.9
10 3791.10 (TOXENV=pypy) 02 Mar 2020 09:25AM UTC 0
89.5
Travis Job 3791.10
Source Files on build 3791
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3791
  • 93bc0dbe on github
  • Prev Build on master (#3790)
  • Next Build on master (#3795)
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