changeset: 84862:12af9db5212a branch: 3.3 parent: 84857:ab8121466785 user: Victor Stinner date: Sat Jul 27 02:41:03 2013 +0200 files: Python/frozenmain.c description: Issue #15893: Remove dead code diff -r ab8121466785 -r 12af9db5212a Python/frozenmain.c --- a/Python/frozenmain.c Sat Jul 27 01:04:56 2013 +0200 +++ b/Python/frozenmain.c Sat Jul 27 02:41:03 2013 +0200 @@ -44,11 +44,6 @@ setbuf(stderr, (char *)NULL); } - if (!argv_copy) { - fprintf(stderr, "out of memory\n"); - return 1; - } - oldloc = setlocale(LC_ALL, NULL); setlocale(LC_ALL, ""); for (i = 0; i < argc; i++) {

AltStyle によって変換されたページ (->オリジナル) /