Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process SE DEBUG mode is not set on Windows #1429

Merged
merged 7 commits into from
Feb 25, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add cmd for winmake
  • Loading branch information
giampaolo committed Feb 24, 2019
commit 961a5ac2363c41282f1a89b87a261a6d15a8c278
7 changes: 7 additions & 0 deletions scripts/internal/winmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,13 @@ def bench_oneshot_2():
sh("%s -Wa scripts\\internal\\bench_oneshot_2.py" % PYTHON)


@cmd
def print_access_denied():
"""Benchmarks for oneshot() ctx manager (see #799)."""
install()
sh("%s -Wa scripts\\internal\\procs_access_denied.py" % PYTHON)


def set_python(s):
global PYTHON
if os.path.isabs(s):
Expand Down