Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

embed() does not honor locals when a script is used #841

Copy link
Copy link
@ocurero

Description

@ocurero
Issue body actions

Hi,

I'm using bpython to embed a python intepreter into my application. When a script is used, locals through embed() are lost:

from bpython import embed

def hello_world():
    return 'hello!'

embed({'hello': hello_world}, args=['bpython_issue_script.py'])

The script (bpython_issue_script.py) just contains a test: print('hello' in locals())

It should print True but prints False due to:

interpreter.locals = mod.__dict__

Commenting that line solves this issue for me, but I'm not sure if that is the correct fix.

Thanks!

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.