]> granicus.if.org Git - python/commit
patch #683515: "Add unicode support to compile(), eval() and exec"
authorJust van Rossum <just@letterror.com>
Mon, 10 Feb 2003 08:21:10 +0000 (08:21 +0000)
committerJust van Rossum <just@letterror.com>
Mon, 10 Feb 2003 08:21:10 +0000 (08:21 +0000)
commit3aaf42c6139ed211a59b200130d1d205982b9818
treef8bd6b0fd7101701a3eb8f5bc783cea962e59725
parent4adc9abc32a26f5ce5e2dada33d019f31170b5be
patch #683515: "Add unicode support to compile(), eval() and exec"
Incorporated nnorwitz's comment re. Py__USING_UNICODE.
Include/pythonrun.h
Lib/test/test_builtin.py
Python/bltinmodule.c
Python/ceval.c
Python/compile.c