mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
214b1c3aae
The builtin eval() function now accepts any mapping for the locals argument. Time sensitive steps guarded by PyDict_CheckExact() to keep from slowing down the normal case. My timings so no measurable impact.