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

Qiskit / qiskit / 24563004926 / 1
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: dynamic_range_expr
DEFAULT BRANCH: main
Ran 17 Apr 2026 12:03PM UTC
Files 923
Run time 28s
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

17 Apr 2026 11:34AM UTC coverage: 87.61% (-0.003%) from 87.613%
24563004926.1

push

github

web-flow
Fix panic in `RemoveIdentityEquivalent` with `ParameterVector` global phase (#16054) (#16055)

If a circuit has a global phase containing a `ParameterVectorElement`,
the resulting `SymbolExpr` will transitively contain a `Py<PyAny>`
pointing back to the `ParameterVector` object.  When adding to the
global phase, a name/symbol-map clone occurs, which requires us to be
attached to the Python interpreter.  Since `RemoveIdentityEquivalent`
manually detaches from the Python interpreter, we may attempt to
increment the refcount without being attached.

This patch is intended to be minimal for backport to 2.4; there are
several more invasive changes we could make (and largely _should_ make)
to make `ParameterExpression` safer and more performant, and in general
it is becoming clear we still have a lot of work to do to be able to
remove the `py-clone` feature use of PyO3 and let the compiler catch
these mistakes for us.

(cherry picked from commit 16c808857)

Co-authored-by: Jake Lishman <jake.lishman@ibm.com>

104116 of 118840 relevant lines covered (87.61%)

1008153.84 hits per line

Source Files on job 24563004926.1
  • Tree
  • List 923
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24563004926
  • cd969a8a on github
  • Prev Job for on gh-readonly-queue/stable/2.4/pr-16055-87a1d50f2e2b987e036eccf829dce9a8693a0a1f (#24519680452.1)
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