mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
66bd233225
* Fixes an incorrect variable in a PyDict_CheckExact. * Allow general mapping locals arguments for the execfile() function and exec statement. * Add tests.