Skip to content

node.pyx: Fix incorrect use of class private names#2134

Open
juergbi wants to merge 1 commit into
masterfrom
jbilleter/cython-names
Open

node.pyx: Fix incorrect use of class private names#2134
juergbi wants to merge 1 commit into
masterfrom
jbilleter/cython-names

Conversation

@juergbi

@juergbi juergbi commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

This fixes the following Cython warning:

warning: src/buildstream/node.pyx:1626:0: Global name __CompositeError matched from within class scope in contradiction to Python 'class private name' rules. This may change in a future release.

See cython/cython#3544.

Fixes #1981.

This fixes the following Cython warning:

    warning: src/buildstream/node.pyx:1626:0: Global name __CompositeError matched from within class scope in contradiction to Python 'class private name' rules. This may change in a future release.

See cython/cython#3544.

Fixes #1981.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cython compatibility warnings in CI

1 participant