Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disable pdb patch in marimo run #932

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Conversation

akshayka
Copy link
Contributor

Only patch Pdb in edit mode; in run mode, in addition to pdb not being useful, patching it is problematic since multiple threads share the same Python process.

This might fix #930 ...

Only patch Pdb in edit mode; in run mode, in addition to pdb not being
useful, patching it is problematic since multiple threads share the same
Python process
Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 6:02pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 6:02pm

@akshayka akshayka merged commit c53396d into main Mar 11, 2024
29 checks passed
@akshayka akshayka deleted the aka/fix-disable-pdb-patch-in-run branch March 11, 2024 18:04
@github-actions github-actions bot locked and limited conversation to collaborators Mar 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RecursionError when using AnyWidget
1 participant