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

py3k warn on use of frame.f_exc* #47473

Closed
benjaminp opened this issue Jun 27, 2008 · 2 comments
Closed

py3k warn on use of frame.f_exc* #47473

benjaminp opened this issue Jun 27, 2008 · 2 comments
Labels
easy type-bug An unexpected behavior, bug, or error

Comments

@benjaminp
Copy link
Contributor

BPO 3223
Nosy @benjaminp

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 2009-10-26.15:14:33.923>
created_at = <Date 2008-06-27.21:01:08.730>
labels = ['easy', 'type-bug']
title = 'py3k warn on use of frame.f_exc*'
updated_at = <Date 2009-10-26.15:14:33.828>
user = 'https://github.com/benjaminp'

bugs.python.org fields:

activity = <Date 2009-10-26.15:14:33.828>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2009-10-26.15:14:33.923>
closer = 'benjamin.peterson'
components = []
creation = <Date 2008-06-27.21:01:08.730>
creator = 'benjamin.peterson'
dependencies = []
files = []
hgrepos = []
issue_num = 3223
keywords = ['easy']
message_count = 2.0
messages = ['68855', '94489']
nosy_count = 1.0
nosy_names = ['benjamin.peterson']
pr_nums = []
priority = 'high'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue3223'
versions = ['Python 2.6']

@benjaminp
Copy link
Contributor Author

f_exc_value and friends are no longer available in 3.0 and should get a
Py3k warning on use.

@benjaminp benjaminp added easy type-bug An unexpected behavior, bug, or error labels Jun 27, 2008
@benjaminp
Copy link
Contributor Author

This was fixed in r67902.

@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
easy type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant