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

bluedynamics / zope.interface / 25103615986

Builds Branch Commit Type Ran Committer Via Coverage
25103615986 fix-pydict-getitem-exception-swallowing Merge branch 'master' into fix-pydict-getitem-exception-swallowing push 29 Apr 2026 10:32AM UTC web-flow github
99.05
25096672500 fix-pydict-getitem-exception-swallowing Merge remote-tracking branch 'upstream/master' into fix-pydict-getitem-exception-swallowing push 29 Apr 2026 07:45AM UTC jensens github
99.05
25096605641 fix-pydict-getitem-exception-swallowing Merge remote-tracking branch 'upstream/master' into fix-pydict-getitem-exception-swallowing push 29 Apr 2026 07:43AM UTC jensens github
99.05
23724010616 fix-unguarded-pyerr-clear Guard 4 unprotected PyErr_Clear calls with exception type checks Four PyErr_Clear() calls in implementedBy and providedBy clear exceptions unconditionally, silently swallowing KeyboardInterrupt, MemoryError, and SystemExit. The same file already ... push 30 Mar 2026 01:32AM UTC jensens github
99.04
23723487425 fix-pydict-getitem-exception-swallowing Replace all PyDict_GetItem with exception-safe alternatives PyDict_GetItem silently swallows ALL exceptions from __hash__/__eq__, causing isOrExtends() to return False instead of raising TypeError for unhashable objects, and silently swallowing M... push 30 Mar 2026 01:08AM UTC jensens github
99.06
23723426149 fix-pydict-getitem-exception-swallowing Replace all PyDict_GetItem with exception-safe alternatives PyDict_GetItem silently swallows ALL exceptions from __hash__/__eq__, causing isOrExtends() to return False instead of raising TypeError for unhashable objects, and silently swallowing M... push 30 Mar 2026 01:07AM UTC jensens github
99.06
23723325585 fix-pydict-getitem-exception-swallowing Replace all PyDict_GetItem with exception-safe alternatives PyDict_GetItem silently swallows ALL exceptions from __hash__/__eq__, causing isOrExtends() to return False instead of raising TypeError for unhashable objects, and silently swallowing M... push 30 Mar 2026 01:00AM UTC jensens github
99.06
22957536106 fix-codeql-cpp-build Merge branch 'master' into fix-codeql-cpp-build push 11 Mar 2026 02:32PM UTC web-flow github
99.06
22954559268 config-with-meta Configure with zope.meta, enable free-threaded python wheels push 11 Mar 2026 01:24PM UTC jensens github
99.06
22518833357 fix-codeql-cpp-build Merge branch 'master' into fix-codeql-cpp-build push 28 Feb 2026 10:24AM UTC web-flow github
99.06
22188684597 optimize-c-lookups IB__call__: intern _CALL_CUSTOM_ADAPT string, use Py_TYPE macro Use a pre-interned static string with PyDict_GetItem instead of PyDict_GetItemString with a C literal (which creates a temporary Python string on each call). Also replace direct ob_... push 19 Feb 2026 03:47PM UTC jensens github
99.06
22081459491 optimize-c-lookups IB__call__: intern _CALL_CUSTOM_ADAPT string, use Py_TYPE macro Use a pre-interned static string with PyDict_GetItem instead of PyDict_GetItemString with a C literal (which creates a temporary Python string on each call). Also replace direct ob_... push 17 Feb 2026 12:21AM UTC jensens github
99.06
22081182102 optimize-c-lookups IB__adapt__: check empty adapter_hooks before allocating args tuple Move the adapter_hooks size check before the PyTuple_New(2) call. In most applications no hooks are registered, so this avoids a tuple allocation + deallocation on every __adapt_... push 17 Feb 2026 12:08AM UTC jensens github
99.06
22080340029 fix-freethreaded Fix free-threaded Python 3.14t support in C extension - Declare Py_mod_gil_not_used so the GIL is not re-enabled on import - Replace PyDict_GetItem() borrowed refs with PyDict_GetItemRef() strong refs in cache lookups to prevent use-after-free ... push 16 Feb 2026 11:23PM UTC jensens github
99.06
  • Back to Repo
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