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

bugsnag / bugsnag-python / 104 / 8
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 13 Jun 2019 02:15PM UTC
Files 18
Run time 1s
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

13 Jun 2019 02:14PM UTC coverage: 57.128%. First build
TOXENV=py27-wsgi

Pull #181

travis-ci-com

Delisa Mason
fix(utils): Make nested dict uniqueness checks work

References to nested dicts/field are recycled when going out of scope,
which is immediately since the references are not retained for the
lifetime of the sanitization pass. This change keeps references to seen
nested objects in addition to ignored objects to ensure id() returns
unique references.

Related reports on the Python issue tracker which explain the issue:
* https://bugs.python.org/issue36156
* https://bugs.python.org/issue33685

>>> help(id)

Help on built-in function id in module __builtin__:

id(...)
    id(object) -> integer

    Return the identity of an object.  This is guaranteed to be unique
    among simultaneously existing objects.  (Hint: it's the object's 
    memory address.)
Pull Request #181:

557 of 975 relevant lines covered (57.13%)

0.57 hits per line

Source Files on job 104.8 (TOXENV=py27-wsgi)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 813
  • Travis Job 104.8
  • 83873bed on github
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