[Python-Dev] Objecttype of 'locals' argument in PyEval_EvalCode (original) (raw)
python at rcn.com python at rcn.com
Thu Nov 30 03:00:50 CET 2006
- Previous message: [Python-Dev] Python and the Linux Standard Base (LSB)
- Next message: [Python-Dev] Python and the Linux Standard Base (LSB)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Guido van Rossum]
This seems a bug. In revision 36714 by Raymond Hettinger, the restriction that locals be a dict was relaxed to allow any mapping.
[Armin Rigo]
Mea culpa, I thought I reviewed this patch at the time. Fixed in r52862-52863.
Armin, thanks for the check-ins. Daniel, thanks for finding one of the cases I missed. Will load a unittest for this one when I get a chance.
Raymond
- Previous message: [Python-Dev] Python and the Linux Standard Base (LSB)
- Next message: [Python-Dev] Python and the Linux Standard Base (LSB)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]