Skip to content

fix: recursive private function not detected#8762

Merged
dmadisetti merged 3 commits intomainfrom
dm/mo-5426
Mar 18, 2026
Merged

fix: recursive private function not detected#8762
dmadisetti merged 3 commits intomainfrom
dm/mo-5426

Conversation

@dmadisetti
Copy link
Copy Markdown
Collaborator

📝 Summary

Fixes:

def _recurse():
     return _recurse()

which previously failed with a NameError because private name mangling did not detect scoped calls

@dmadisetti dmadisetti requested review from akshayka and Copilot and removed request for Copilot March 18, 2026 16:49
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Error Error Mar 18, 2026 4:51pm

Request Review

Copilot AI review requested due to automatic review settings March 18, 2026 16:51
@dmadisetti dmadisetti review requested due to automatic review settings March 18, 2026 16:51
@dmadisetti dmadisetti added the bug Something isn't working label Mar 18, 2026
@dmadisetti dmadisetti merged commit b43927b into main Mar 18, 2026
49 of 63 checks passed
@dmadisetti dmadisetti deleted the dm/mo-5426 branch March 18, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants