Skip to content

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

Merged
juergbi merged 1 commit into
masterfrom
jbilleter/cython-names
Jun 13, 2026
Merged

node.pyx: Fix incorrect use of class private names#2134
juergbi merged 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.
@juergbi juergbi merged commit 914b2de into master Jun 13, 2026
18 checks passed
@juergbi juergbi deleted the jbilleter/cython-names branch June 13, 2026 17:18
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

2 participants