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

bluedynamics / zope.interface / 22188684597

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: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