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

bugsnag / bugsnag-python / 101 / 28
90%
master: 94%

Build:
Build:
LAST BUILD BRANCH: v4.8.1
DEFAULT BRANCH: master
Ran 12 Jun 2019 01:14PM 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

12 Jun 2019 01:00PM UTC coverage: 58.436%. First build
TOXENV=py36-django18-migrate1-django1

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

Closes #180

568 of 972 relevant lines covered (58.44%)

0.58 hits per line

Source Files on job 101.28 (TOXENV=py36-django18-migrate1-django1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 810
  • Travis Job 101.28
  • 599062cb on github
  • Next Job for TOXENV=py36-django18-migrate1-django1 on kattrali/fix-uniqueness-sanitize-check (#103.28)
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