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

bugsnag / bugsnag-python / 103 / 27
90%
master: 94%

Build:
Build:
LAST BUILD BRANCH: v4.8.1
DEFAULT BRANCH: master
Ran 13 Jun 2019 02:03PM 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 01:36PM UTC coverage: 57.128% (+0.1%) from 56.996%
TOXENV=py36-wsgi

push

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.)

557 of 975 relevant lines covered (57.13%)

0.57 hits per line

Source Files on job 103.27 (TOXENV=py36-wsgi)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 812
  • Travis Job 103.27
  • 3c6124e1 on github
  • Prev Job for TOXENV=py36-wsgi on kattrali/fix-uniqueness-sanitize-check (#101.27)
  • Next Job for TOXENV=py36-wsgi on kattrali/fix-uniqueness-sanitize-check (#105.27)
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