diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-11-14 23:35:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-14 23:35:19 +0100 |
| commit | 26c77800591a09718064d3bcea4b04c9a8544dd1 (patch) | |
| tree | 0db7f1deffbea3d5e58ae125ee7f150a41bbc9a6 /scripts/internal | |
| parent | 4d3f5ba337c5a91efa642699cc96331718889b4f (diff) | |
| download | psutil-26c77800591a09718064d3bcea4b04c9a8544dd1.tar.gz | |
1173 debug mode (#1176)
* implement PSUTIL_DEBUG from C module
* update doc
* add psutil_debug() utility function
* update doc
* enable PSUTIL_DEBUG for tests
* update appveyor.yml
* change psutil_debug() signature so that it can accept variable num of args
* provide DEBUG info in psutil_raise_for_pid()
* properly print debug message
* do not print too much
Diffstat (limited to 'scripts/internal')
| -rwxr-xr-x | scripts/internal/winmake.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/internal/winmake.py b/scripts/internal/winmake.py index 35ce059c..548f7a8e 100755 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -177,6 +177,7 @@ def recursive_rm(*patterns): def test_setup(): os.environ['PYTHONWARNINGS'] = 'all' os.environ['PSUTIL_TESTING'] = '1' + os.environ['PSUTIL_DEBUG'] = '1' # =================================================================== |
