Skip to content

0.0.14#20

Merged
pomponchik merged 9 commits into
mainfrom
develop
Jul 20, 2026
Merged

0.0.14#20
pomponchik merged 9 commits into
mainfrom
develop

Conversation

@pomponchik

@pomponchik pomponchik commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

@transfunction method descriptors shared mutable binding state and cached already-bound methods, so the first instance to populate a context cache could remain as self for calls through other instances. It’s fixed by returning an instance-specific transformer view and caching only unbound functions, which are bound to the current instance when retrieved.

Closes #17.

@pomponchik
pomponchik merged commit a27a409 into main Jul 20, 2026
38 checks passed
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.

@transfunction methods can execute with self from another instance

1 participant