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

Byte code WITH_CLEANUP missing, MAKE_CLOSURE wrong #45280

Closed
lpd mannequin opened this issue Aug 6, 2007 · 2 comments
Closed

Byte code WITH_CLEANUP missing, MAKE_CLOSURE wrong #45280

lpd mannequin opened this issue Aug 6, 2007 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@lpd
Copy link
Mannequin

lpd mannequin commented Aug 6, 2007

BPO 1768121
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 = 'https://github.com/birkenfeld'
closed_at = <Date 2007-08-23.17:54:31.293>
created_at = <Date 2007-08-06.05:14:26.000>
labels = ['docs']
title = 'Byte code WITH_CLEANUP missing, MAKE_CLOSURE wrong'
updated_at = <Date 2007-08-23.17:54:31.291>
user = 'https://bugs.python.org/lpd'

bugs.python.org fields:

activity = <Date 2007-08-23.17:54:31.291>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2007-08-23.17:54:31.293>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2007-08-06.05:14:26.000>
creator = 'lpd'
dependencies = []
files = []
hgrepos = []
issue_num = 1768121
keywords = []
message_count = 2.0
messages = ['32590', '55167']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'lpd']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1768121'
versions = ['Python 2.5']

@lpd
Copy link
Mannequin Author

lpd mannequin commented Aug 6, 2007

In section 30.10.1, WITH_CLEANUP is missing. The description of MAKE_CLOSURE is wrong: it says that the closure cells are the next N items on the stack below TOS, but in fact the closure cells are an N-element tuple at TOS1.

@lpd lpd mannequin added docs Documentation in the Doc dir labels Aug 6, 2007
@birkenfeld
Copy link
Member

Fixed in rev. 57324, thanks for the report.

@birkenfeld birkenfeld self-assigned this Aug 23, 2007
@birkenfeld birkenfeld self-assigned this Aug 23, 2007
@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
Projects
None yet
Development

No branches or pull requests

1 participant