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

STORE_LOCAL byte code is not documented #46414

Closed
troeger mannequin opened this issue Feb 22, 2008 · 3 comments
Closed

STORE_LOCAL byte code is not documented #46414

troeger mannequin opened this issue Feb 22, 2008 · 3 comments
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@troeger
Copy link
Mannequin

troeger mannequin commented Feb 22, 2008

BPO 2161
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-02-23.15:44:02.082>
created_at = <Date 2008-02-22.13:25:46.809>
labels = ['type-feature', 'docs']
title = 'STORE_LOCAL byte code is not documented'
updated_at = <Date 2008-02-23.15:44:02.080>
user = 'https://bugs.python.org/troeger'

bugs.python.org fields:

activity = <Date 2008-02-23.15:44:02.080>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-02-23.15:44:02.082>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2008-02-22.13:25:46.809>
creator = 'troeger'
dependencies = []
files = []
hgrepos = []
issue_num = 2161
keywords = []
message_count = 3.0
messages = ['62685', '62741', '62754']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'gpolo', 'troeger']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue2161'
versions = ['Python 2.5']

@troeger
Copy link
Mannequin Author

troeger mannequin commented Feb 22, 2008

The byte code STORE_LOCAL is referenced in the description of
STORE_NAME, but has no own entry in the list. See here:

http://docs.python.org/lib/bytecodes.html

@troeger troeger mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Feb 22, 2008
@gpolo
Copy link
Mannequin

gpolo mannequin commented Feb 23, 2008

I believe it should say "STORE_FAST or STORE_GLOBAL" instead.

@birkenfeld
Copy link
Member

Indeed. Fixed in r60988.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant