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

Frame.outer_undeclared is probably bogus #519

Closed
damz opened this issue Dec 10, 2015 · 1 comment
Closed

Frame.outer_undeclared is probably bogus #519

damz opened this issue Dec 10, 2015 · 1 comment

Comments

@damz
Copy link

damz commented Dec 10, 2015

In Frame.__init__, you can see:

self.identifiers.outer_undeclared.update(
    parent.identifiers.undeclared -
    self.identifiers.declared
)

Unfortunately, the frame has not been inspected yet, so self.identifiers is just a new object, and self.identifier.declared will always be empty.

@mitsuhiko
Copy link
Contributor

This is no longer used now.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants