Skip to content

Use unique var names when computing bindings#4625

Merged
josevalim merged 1 commit into
masterfrom
jv-use-unique-var-names
Jun 22, 2025
Merged

Use unique var names when computing bindings#4625
josevalim merged 1 commit into
masterfrom
jv-use-unique-var-names

Conversation

@josevalim

Copy link
Copy Markdown
Member

The previous version of the code emitted the query twice, potentially leading to an infinite loop. The solution is to assign the query to a unique variable, to avoid overlapping variable names leading to wrong runtime counts.

Closes #4621.

The previous version of the code emitted the query twice,
potentially leading to an infinite loop. The solution is
to assign the query to a unique variable, to avoid overlapping
variable names leading to wrong runtime counts.
@josevalim
josevalim merged commit 3b2d006 into master Jun 22, 2025
7 checks passed
@josevalim

Copy link
Copy Markdown
Member Author

💚 💙 💜 💛 ❤️

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.

Memory leak after upgrading from 3.12.6 to 3.13.1

1 participant