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

Circular reference in Index for frame #36588

Closed
noah mannequin opened this issue May 11, 2002 · 3 comments
Closed

Circular reference in Index for frame #36588

noah mannequin opened this issue May 11, 2002 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@noah
Copy link
Mannequin

noah mannequin commented May 11, 2002

BPO 554750
Nosy @freddrake, @brettcannon

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/freddrake'
closed_at = <Date 2003-07-21.16:20:09.000>
created_at = <Date 2002-05-11.03:36:54.000>
labels = ['docs']
title = 'Circular reference in Index for frame'
updated_at = <Date 2003-07-21.16:20:09.000>
user = 'https://bugs.python.org/noah'

bugs.python.org fields:

activity = <Date 2003-07-21.16:20:09.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-05-11.03:36:54.000>
creator = 'noah'
dependencies = []
files = []
hgrepos = []
issue_num = 554750
keywords = []
message_count = 3.0
messages = ['10724', '10725', '10726']
nosy_count = 3.0
nosy_names = ['fdrake', 'brett.cannon', 'noah']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue554750'
versions = ['Python 2.2']

@noah
Copy link
Mannequin Author

noah mannequin commented May 11, 2002

I hope you don't mind all my anal retentive
documentation bugs ;-)

In the Python Library Index:

http://www.python.org/dev/doc/devel/lib/genindex.html

Go to 'F' and look up 'frame object'.
http://www.python.org/dev/doc/devel/lib/module-
signal.html#l2h-1870

It takes you to the signal documentation here:

"The handler is called with two arguments: 
the signal number and the current stack frame
(None or a frame object; see the reference manual
for a description of frame objects)."

Besides this circular reference, as far as I can
tell the frame object and it's use in a signal handler
is undocumented.

Frame Objects are mentioned in the Python Reference
Manual Index, but the named anchor is not correct.
It does link to the correct page, but it brings you
to the top of the page, whereas Frame Objects are not
mentioned until much farther down the page. This is
the link given in the Index:

http://www.python.org/dev/doc/devel/ref/types.html#l2h-
59

The details of Frame Objects are still rather fuzzy.

Yours,
Noah

@noah noah mannequin closed this as completed May 11, 2002
@noah noah mannequin assigned freddrake May 11, 2002
@noah noah mannequin added the docs Documentation in the Doc dir label May 11, 2002
@noah noah mannequin closed this as completed May 11, 2002
@noah noah mannequin assigned freddrake May 11, 2002
@noah noah mannequin added the docs Documentation in the Doc dir label May 11, 2002
@brettcannon
Copy link
Member

Logged In: YES
user_id=357491

The use of the frame object is up to you. Most people would use it to
inspect the frame to see where they were when the signal was raised. Since
the use is completely up to the user it is not specified.

@freddrake
Copy link
Member

Logged In: YES
user_id=3066

  1. The use of a frame object is an application issue; the
    documentation should tell you what it is.
  2. The link was indeed wrong due to problems with our
    configuration of the tools we use; this has been fixed.
  3. If you still think to docs on frame objects are fuzzy,
    please explain what didn't make sense in a new bug report.

Closing this report.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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

2 participants