pgAdmin 4 commit: Redirect stderr within the Python interpreter, which

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Redirect stderr within the Python interpreter, which
Date: 2018-01-30 11:03:10
Message-ID: E1egTh0-0005Bd-9n@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Redirect stderr within the Python interpreter, which should work in win32.

Branch
------
runtime-revamp

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=46ab0f82b057ddb04a089d2edc10f1c73baf4361

Modified Files
--------------
runtime/Server.cpp | 8 +++++++-
runtime/Server.h | 3 ++-
runtime/pgAdmin4.cpp | 14 ++++++--------
3 files changed, 15 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2018-01-30 11:24:18 [pgAdmin4][RM#3067] To fix codemirror scroll alignment
Previous Message Dave Page 2018-01-29 15:20:15 pgAdmin 4 commit: Use shared memory for process locking instead of QLoc