Skip to content

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

Closed
@ocurero

Description

@ocurero

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy