Issue 5199: warns vars() assignment as well as locals() (original) (raw)

Issue5199

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 . 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:45 admin set github: 49449
2009-03-30 22:12:35 georg.brandl set status: open -> closedresolution: fixedmessages: +
2009-02-10 07:46:05 ocean-city create