Open Issues
|
Closed Issues
|
All Issues
|
Sign in
to create issues and add comments
Side by Side Diff: Lib/venv/__main__.py
Issue 14843 :
support define_macros / undef_macros in setup.cfg
Patch Set:
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
.gitignore
.hgeol
.hgtags
Doc/c-api/code.rst
Doc/c-api/conversion.rst
Doc/c-api/import.rst
Doc/c-api/init.rst
Doc/c-api/type.rst
Doc/c-api/unicode.rst
Doc/c-api/veryhigh.rst
Doc/faq/library.rst
Doc/howto/index.rst
Doc/howto/ipaddress.rst
Doc/library/__future__.rst
Doc/library/bz2.rst
Doc/library/contextlib.rst
Doc/library/datetime.rst
Doc/library/development.rst
Doc/library/email.charset.rst
Doc/library/email.encoders.rst
Doc/library/email.errors.rst
Doc/library/email.generator.rst
Doc/library/email.header.rst
Doc/library/email.headerregistry.rst
Doc/library/email.iterators.rst
Doc/library/email.message.rst
Doc/library/email.mime.rst
Doc/library/email.parser.rst
Doc/library/email.policy.rst
Doc/library/email.rst
Doc/library/email.util.rst
Doc/library/functions.rst
Doc/library/functools.rst
Doc/library/gzip.rst
Doc/library/http.client.rst
Doc/library/http.cookiejar.rst
Doc/library/http.server.rst
Doc/library/imp.rst
Doc/library/io.rst
Doc/library/json.rst
Doc/library/locale.rst
Doc/library/logging.rst
Doc/library/lzma.rst
Doc/library/multiprocessing.rst
Doc/library/nis.rst
Doc/library/operator.rst
Doc/library/os.rst
Doc/library/ossaudiodev.rst
Doc/library/packaging.compiler.rst
Doc/library/packaging.fancy_getopt.rst
Doc/library/select.rst
Doc/library/shutil.rst
Doc/library/smtpd.rst
Doc/library/sqlite3.rst
Doc/library/stdtypes.rst
Doc/library/sys.rst
Doc/library/textwrap.rst
Doc/library/threading.rst
Doc/library/time.rst
Doc/library/types.rst
Doc/library/venv.rst
Doc/library/winreg.rst
Doc/library/xml.etree.elementtree.rst
Doc/reference/datamodel.rst
Doc/tools/sphinxext/susp-ignored.csv
Doc/tutorial/controlflow.rst
Doc/using/index.rst
Doc/using/scripts.rst
Doc/whatsnew/3.3.rst
Include/Python.h
Include/complexobject.h
Include/floatobject.h
Include/longobject.h
Include/memoryobject.h
Include/namespaceobject.h
Include/patchlevel.h
Include/pyerrors.h
Include/pyexpat.h
Include/pythonrun.h
Include/structmember.h
Include/unicodeobject.h
Lib/__future__.py
Lib/_pyio.py
Lib/bz2.py
Lib/contextlib.py
Lib/ctypes/test/test_numbers.py
Lib/datetime.py
Lib/dis.py
Lib/distutils/__init__.py
Lib/distutils/command/bdist_rpm.py
Lib/distutils/sysconfig.py
Lib/email/_encoded_words.py
Lib/email/_header_value_parser.py
Lib/email/_policybase.py
Lib/email/architecture.rst
Lib/email/errors.py
Lib/email/feedparser.py
Lib/email/generator.py
Lib/email/header.py
Lib/email/headerregistry.py
Lib/email/message.py
Lib/email/parser.py
Lib/email/policy.py
Lib/email/utils.py
Lib/functools.py
Lib/gettext.py
Lib/gzip.py
Lib/http/client.py
Lib/http/cookies.py
Lib/http/server.py
Lib/idlelib/AutoComplete.py
Lib/idlelib/AutoCompleteWindow.py
Lib/idlelib/CallTips.py
Lib/idlelib/ColorDelegator.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/GrepDialog.py
Lib/idlelib/IOBinding.py
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/configDialog.py
Lib/idlelib/idlever.py
Lib/importlib/_bootstrap.py
Lib/importlib/test/frozen/test_loader.py
Lib/importlib/test/source/test_finder.py
Lib/importlib/test/test_locks.py
Lib/inspect.py
Lib/ipaddress.py
Lib/json/encoder.py
Lib/lzma.py
Lib/multiprocessing/__init__.py
Lib/multiprocessing/dummy/__init__.py
Lib/multiprocessing/forking.py
Lib/multiprocessing/heap.py
Lib/multiprocessing/managers.py
Lib/multiprocessing/pool.py
Lib/multiprocessing/process.py
Lib/multiprocessing/sharedctypes.py
Lib/multiprocessing/synchronize.py
Lib/multiprocessing/util.py
Lib/nntplib.py
Lib/opcode.py
Lib/os.py
Lib/packaging/command/build_ext.py
Lib/packaging/command/install_data.py
Lib/packaging/command/install_distinfo.py
Lib/packaging/database.py
Lib/packaging/tests/test_command_install_data.py
Lib/pkgutil.py
Lib/plistlib.py
Lib/pyclbr.py
Lib/pydoc.py
Lib/pydoc_data/topics.py
Lib/random.py
Lib/sched.py
Lib/site.py
Lib/smtpd.py
Lib/subprocess.py
Lib/sysconfig.cfg
Lib/sysconfig.py
Lib/tarfile.py
Lib/test/datetimetester.py
Lib/test/lock_tests.py
Lib/test/namespace_pkgs/both_portions/foo/one.py
Lib/test/namespace_pkgs/both_portions/foo/two.py
Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/one.py
Lib/test/namespace_pkgs/portion1/foo/one.py
Lib/test/namespace_pkgs/portion2/foo/two.py
Lib/test/namespace_pkgs/project1/parent/child/one.py
Lib/test/namespace_pkgs/project2/parent/child/two.py
Lib/test/namespace_pkgs/project3/parent/child/three.py
Lib/test/regrtest.py
Lib/test/support.py
Lib/test/test_builtin.py
Lib/test/test_bz2.py
Lib/test/test_calendar.py
Lib/test/test_cmd.py
Lib/test/test_cmd_line_script.py
Lib/test/test_contextlib.py
Lib/test/test_dis.py
Lib/test/test_doctest.py
Lib/test/test_email/__init__.py
Lib/test/test_email/test__encoded_words.py
Lib/test/test_email/test__header_value_parser.py
Lib/test/test_email/test_asian_codecs.py
Lib/test/test_email/test_defect_handling.py
Lib/test/test_email/test_email.py
Lib/test/test_email/test_generator.py
Lib/test/test_email/test_headerregistry.py
Lib/test/test_email/test_message.py
Lib/test/test_email/test_parser.py
Lib/test/test_email/test_pickleable.py
Lib/test/test_email/test_policy.py
Lib/test/test_email/test_utils.py
Lib/test/test_frozen.py
Lib/test/test_gzip.py
Lib/test/test_http_cookies.py
Lib/test/test_httplib.py
Lib/test/test_import.py
Lib/test/test_io.py
Lib/test/test_ipaddress.py
Lib/test/test_logging.py
Lib/test/test_lzma.py
Lib/test/test_memoryview.py
Lib/test/test_module.py
Lib/test/test_multiprocessing.py
Lib/test/test_namespace_pkgs.py
Lib/test/test_os.py
Lib/test/test_pkg.py
Lib/test/test_pkgutil.py
Lib/test/test_plistlib.py
Lib/test/test_pyclbr.py
Lib/test/test_raise.py
Lib/test/test_smtpd.py
Lib/test/test_smtplib.py
Lib/test/test_subprocess.py
Lib/test/test_super.py
Lib/test/test_sys.py
Lib/test/test_sysconfig.py
Lib/test/test_textwrap.py
Lib/test/test_threaded_import.py
Lib/test/test_time.py
Lib/test/test_trace.py
Lib/test/test_types.py
Lib/test/test_urlparse.py
Lib/test/test_venv.py
Lib/test/test_xml_etree.py
Lib/textwrap.py
Lib/tkinter/_fix.py
Lib/token.py
Lib/trace.py
Lib/types.py
Lib/unittest/mock.py
Lib/unittest/test/testmock/testhelpers.py
Lib/unittest/test/testmock/testmagicmethods.py
Lib/urllib/parse.py
Lib/venv/__init__.py
Lib/venv/__main__.py
Lib/venv/scripts/nt/Activate.ps1
Lib/venv/scripts/nt/Deactivate.ps1
Lib/venv/scripts/nt/activate.bat
Lib/venv/scripts/nt/deactivate.bat
Lib/venv/scripts/nt/pysetup3.py
Lib/venv/scripts/posix/activate
Lib/venv/scripts/posix/pysetup3
Lib/xml/etree/ElementTree.py
Mac/Makefile.in
Mac/Tools/pythonw.c
Makefile.pre.in
Misc/ACKS
Misc/NEWS
Misc/RPM/python-3.3.spec
Modules/_ctypes/cfield.c
Modules/_datetimemodule.c
Modules/_decimal/libmpdec/mpdecimal.c
Modules/_elementtree.c
Modules/_io/_iomodule.c
Modules/_io/fileio.c
Modules/_io/textio.c
Modules/_localemodule.c
Modules/_multiprocessing/multiprocessing.c
Modules/_posixsubprocess.c
Modules/_randommodule.c
Modules/gcmodule.c
Modules/getpath.c
Modules/posixmodule.c
Modules/pyexpat.c
Modules/unicodedata.c
Modules/zipimport.c
Objects/bytesobject.c
Objects/complexobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/longobject.c
Objects/memoryobject.c
Objects/moduleobject.c
Objects/namespaceobject.c
Objects/object.c
Objects/stringlib/asciilib.h
Objects/stringlib/unicode_format.h
Objects/typeobject.c
Objects/unicodeobject.c
PC/VC6/readme.txt
PC/VS8.0/pyproject.vsprops
PC/VS9.0/pyproject.vsprops
PC/getpathp.c
PCbuild/_bz2.vcxproj
PCbuild/_ctypes.vcxproj
PCbuild/_ctypes_test.vcxproj
PCbuild/_decimal.vcxproj
PCbuild/_elementtree.vcxproj
PCbuild/_hashlib.vcxproj
PCbuild/_lzma.vcxproj
PCbuild/_msi.vcxproj
PCbuild/_multiprocessing.vcxproj
PCbuild/_socket.vcxproj
PCbuild/_sqlite3.vcxproj
PCbuild/_ssl.vcxproj
PCbuild/_testbuffer.vcxproj
PCbuild/_testcapi.vcxproj
PCbuild/_tkinter.vcxproj
PCbuild/build.bat
PCbuild/build_ssl.py
PCbuild/build_tkinter.py
PCbuild/debug.props
PCbuild/env.bat
PCbuild/kill_python.vcxproj
PCbuild/make_buildinfo.vcxproj
PCbuild/make_versioninfo.vcxproj
PCbuild/pcbuild.sln
PCbuild/pyd.props
PCbuild/pyd_d.props
PCbuild/pyexpat.vcxproj
PCbuild/pyproject.props
PCbuild/python.vcxproj
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
PCbuild/pythonw.vcxproj
PCbuild/readme.txt
PCbuild/release.props
PCbuild/select.vcxproj
PCbuild/sqlite3.vcxproj
PCbuild/unicodedata.vcxproj
PCbuild/vs9to10.py
PCbuild/w9xpopen.vcxproj
PCbuild/winsound.vcxproj
PCbuild/x64.props
PCbuild/xxlimited.vcxproj
Python/bltinmodule.c
Python/ceval.c
Python/ceval_gil.h
Python/compile.c
Python/formatter_unicode.c
Python/getargs.c
Python/import.c
Python/symtable.c
Python/sysmodule.c
Python/thread_pthread.h
README
Tools/buildbot/external-common.bat
Tools/msi/msi.py
Tools/scripts/pyvenv
Tools/scripts/run_tests.py
setup.py
OLD NEW
(Empty) 1 import sys
2 from . import main
3
4 rc = 1
5 try:
6 main()
7 rc = 0
8 except Exception as e:
9 print('Error: %s' % e, file=sys.stderr)
10 sys.exit(rc)
OLD NEW