Issue 3223: py3k warn on use of frame.f_exc* - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson
Priority: high Keywords: easy

Created on 2008-06-27 21:01 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg68855 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-27 21:01
f_exc_value and friends are no longer available in 3.0 and should get a
Py3k warning on use.
msg94489 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-10-26 15:14
This was fixed in r67902.