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

beartype / plum / 33695235462
99%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2026 11:29PM UTC
Jobs 7
Files 16
Run time 1min
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

02 Sep 2026 11:28PM UTC coverage: 99.507%. Remained the same
33695235462

push

github

web-flow
build(mypyc): make `_BoundFunction` native too (#289)

Follow-up to compiling `_function`. `Function.__get__` allocates a fresh
`_BoundFunction` on every bound-method access, so making `_BoundFunction` a
`mypyc` native class (rather than a non-native compiled one) speeds up
class-method dispatch substantially: `tests/benchmark.py` class calls and
class-attribute calls drop from ~4% faster to ~28-29% faster than pure Python,
matching the unbound path.

Same recipe as `Function`: drop `@mypyc_attr(native_class=False)`, declare every
instance attribute, and set `__name__`/`__qualname__`/`__wrapped__` explicitly in
`__init__`. The `_DocDescriptor`/`_ModuleDescriptor` are reused as-is (they
delegate to `instance._compute_doc()` / `instance._f.__module__`, both of which
`_BoundFunction` provides).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

3 of 3 new or added lines in 1 file covered. (100.0%)

1010 of 1015 relevant lines covered (99.51%)

6.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.14 - 33695235462.1 02 Sep 2026 11:29PM UTC 16
99.47
GitHub Action Run
2 run-3.14-pre-beartype - 33695235462.2 02 Sep 2026 11:29PM UTC 16
99.47
GitHub Action Run
3 run-3.12 - 33695235462.3 02 Sep 2026 11:29PM UTC 16
99.1
GitHub Action Run
4 run-3.11 - 33695235462.4 02 Sep 2026 11:29PM UTC 16
99.1
GitHub Action Run
5 run-3.10 - 33695235462.5 02 Sep 2026 11:29PM UTC 16
99.1
GitHub Action Run
6 run-3.13 - 33695235462.6 02 Sep 2026 11:29PM UTC 16
99.1
GitHub Action Run
7 run-3.13-pre-beartype - 33695235462.7 02 Sep 2026 11:29PM UTC 16
99.1
GitHub Action Run
Source Files on build 33695235462
  • Tree
  • List 16
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33695235462
  • 15dcdbed on github
  • Prev Build on master (#33630762286)
  • Next Build on master (#33735604152)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc