]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#3705: Fix crash when given a non-ascii value on the command line for the "-c" and...
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 9 Sep 2008 07:04:36 +0000 (07:04 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 9 Sep 2008 07:04:36 +0000 (07:04 +0000)
commit14b785192bb2b83b7826e9c0374c6d63e63f0f04
tree0ed4b81db98e6900b22f71f9fe2763c080084b24
parentf7bfcfbb68d71611e7ffae3de7b425c68433f59a
#3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters
Second part, for Windows.

Reviewed by Antoine Pitrou
Lib/test/test_cmd_line.py
Misc/NEWS
Modules/main.c
Python/import.c