Skip to content

[GR-21590] Update imports and benchmark CI configs#801

Open
graalvmbot wants to merge 9 commits intomasterfrom
update/GR-21590/040526
Open

[GR-21590] Update imports and benchmark CI configs#801
graalvmbot wants to merge 9 commits intomasterfrom
update/GR-21590/040526

Conversation

@graalvmbot
Copy link
Copy Markdown
Collaborator

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 6, 2026
timfel added 3 commits May 6, 2026 17:36
Failure before was exposed with pandas:

`python -c 'import pandas as pd; pd.Series([1], index=["b"]).sort_index()'`

Explanation: The Panama C API refactoring changed XDecRefPointerNode to operate
on raw pointer values. When the old list item is an immortal special singleton
handle such as None, converting the pointer back to Python returns the managed
singleton, but the decref path only recognized normal PythonObject wrappers
before falling through to the native-object refcount path. That attempted to
decrement a native refcount at a special singleton handle address. Treat
special singleton handles as immortal in this path, matching the existing int
and float handle cases.
@graalvmbot graalvmbot force-pushed the update/GR-21590/040526 branch from ad55c16 to fe52218 Compare May 6, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants