Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(736)

Side by Side Diff: Lib/venv/scripts/nt/pysetup3.py

Issue 14843: support define_macros / undef_macros in setup.cfg
Patch Set: Created 11 months, 2 weeks ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Lib/venv/scripts/nt/deactivate.bat ('k') | Lib/venv/scripts/posix/activate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!__VENV_PYTHON__
2 if __name__ == '__main__':
3 rc = 1
4 try:
5 import sys, re, packaging.run
6 sys.argv[0] = re.sub('-script.pyw?$', '', sys.argv[0])
7 rc = packaging.run.main() # None interpreted as 0
8 except Exception:
9 # use syntax which works with either 2.x or 3.x
10 sys.stderr.write('%s\n' % sys.exc_info()[1])
11 sys.exit(rc)
OLDNEW
« no previous file with comments | « Lib/venv/scripts/nt/deactivate.bat ('k') | Lib/venv/scripts/posix/activate » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7