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
Title: warns vars() assignment as well as locals()
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ocean-city
Priority: normal Keywords: patch

Created on 2009-02-10 07:46 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
warn_vars_assignment.patch ocean-city, 2009-02-10 07:46
Messages (2)
msg81534 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2009-02-10 07:46
This comes from issue5197. Maybe we can emphasize a behavior of
assignment to vars() is undefined if decorated with red block of
*warning* as well as locals(). This patch is for release26-maint.
msg84681 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-03-30 22:12
Fixed in r70765.
History
Date User Action Args
2022-04-11 14:56:45adminsetgithub: 49449
2009-03-30 22:12:35georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg84681
2009-02-10 07:46:05ocean-citycreate