mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
89b3325dc4
function vs. exec statement * bltinmodule.c: renamed the module to __builtin__. * posixmodule.c (posix_execv): renamed exec --> execv since it is now a reserved word.