]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Completed the patch for Bug #215126.
authorRaymond Hettinger <python@rcn.com>
Mon, 2 Aug 2004 08:30:07 +0000 (08:30 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Aug 2004 08:30:07 +0000 (08:30 +0000)
commit66bd23322567a9ef0ad7bbe2436fef73b18bc9db
tree42b92af0e05cd7778f47a2e905dc559eaf50caca
parent32083f64a71c4ac80830231479914e40cbd8488b
Completed the patch for Bug #215126.
* Fixes an incorrect variable in a PyDict_CheckExact.
* Allow general mapping locals arguments for the execfile() function
  and exec statement.
* Add tests.
Lib/test/test_builtin.py
Lib/test/test_compile.py
Misc/NEWS
Python/bltinmodule.c
Python/ceval.c