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

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

Build:
DEFAULT BRANCH: main
Ran 21 Oct 2025 03:31AM UTC
Files 1156
Run time 53s
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: 42.704% (-0.5%) from 43.23%
18670359960.9

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).

25327 of 59308 relevant lines covered (42.7%)

0.43 hits per line

Source Files on job test_python_macos13_x86_64 - 18670359960.9
  • Tree
  • List 1156
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18670359960
  • 4b44d21a on github
  • Prev Job for on main (#18612119626.4)
  • 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

© 2025 Coveralls, Inc