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

[ENG-803] Bypass Python's import when loading code #308

Merged
merged 5 commits into from
May 22, 2024
Merged

Conversation

tebeka
Copy link
Contributor

@tebeka tebeka commented May 16, 2024

Change how we load user code to bypass Python's import. In the old way if the user code was in os.py, then the user code won't load since os is in sys.modules. Now directly load the code from the source file.

@tebeka tebeka merged commit 0d38415 into main May 22, 2024
9 checks passed
@tebeka tebeka deleted the miki/import branch May 22, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants