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

pantsbuild / pants / 18670359960 / 6
80%
main: 80%

Build:
DEFAULT BRANCH: main
Ran 21 Oct 2025 03:31AM UTC
Files 1177
Run time 50s
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

21 Oct 2025 01:56AM UTC coverage: 45.464%. Remained the same
18670359960.6

push

github

web-flow
upgrade to PyO3 v0.27.0 (#22768)

Upgrade to PyO3 v0.27.0. As per the [migration
guide](https://pyo3.rs/v0.27.0/migration.html#from-026-to-027), the
following changes were made:

- The `FromPyObject` trait changed to take an "input" lifetime `'a` in
addition to the "Python attachment" lifetime `'py`. Uses and impls of
`FromPyObject` in the code base have been updated accordingly.
Interestingly, `getattr` and `getattr_from_str_frozendict` now have to
use higher-kinded lifetimes to account for the `'a` input lifetime.
- The `downcast` method is deprecated in favor of just `.cast`. A few
casts from the new `CastError` error to `PyErr` via `PyErr::from` were
added to fix type errors.
- Use `read_py_attached` and `write_py_attached` when locking a `RwLock`
from a context where the thread is attached to Python (to avoid a
deadlock with the GIL).

26966 of 59313 relevant lines covered (45.46%)

0.45 hits per line

Source Files on job test_python_linux_x86_64_8/10 - 18670359960.6
  • Tree
  • List 1177
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18670359960
  • 4b44d21a on github
  • Prev Job for on main (#18612119626.3)
  • Next Job for on main (#18697429970.3)
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