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

bluedynamics / zope.interface
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: optimize-c-lookups
DEFAULT BRANCH: master
Repo Added 16 Feb 2026 11:21PM UTC
Token ijTU77IzNCYmyiCgaJkL9qlSASzdBFfSs regen
Build 5 Last
Files 50
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

LAST BUILD ON BRANCH optimize-c-lookups
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • fix-freethreaded
  • optimize-c-lookups

19 Feb 2026 03:41PM UTC coverage: 99.057%. Remained the same
22188684597

push

github

jensens
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_type struct
access with the Py_TYPE() macro for free-threaded compatibility.

2433 of 2462 branches covered (98.82%)

Branch coverage included in aggregate %.

12161 of 12271 relevant lines covered (99.1%)

7.92 hits per line

Relevant lines Covered
Build:
Build:
12271 RELEVANT LINES 12161 COVERED LINES
7.92 HITS PER LINE
Source Files on fix-freethreaded
  • Tree
  • List 50
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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:45PM 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:20AM 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:06AM 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:21PM UTC jensens github
99.06
See All Builds (4)

Badge your Repo: zope.interface

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo 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