Skip to content

GH#294: Fix a timing issue with the new garbage collector in Lua 5.5. - #296

Open
scoder wants to merge 1 commit into
masterfrom
gh294_lua55_gc
Open

scoder wants to merge 1 commit into
masterfrom
gh294_lua55_gc

Conversation

@scoder

@scoder scoder commented Sep 11, 2026

Copy link
Copy Markdown
Owner

Temporary objects passed into Lua could be overwritten without having been collected yet, thus letting the wrong Python object show up inside of Lua.

Fixes #294

Temporary objects passed into Lua could be overwritten without having been collected yet, thus letting the wrong Python object show up inside of Lua.
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.

Python userdata identity can get mixed up in Lua 5.5

1 participant