pgAdmin 4 commit: Fix runtime compatibility with newer Python versions

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix runtime compatibility with newer Python versions
Date: 2016-06-20 09:51:51
Message-ID: E1bEvrz-0002R2-PG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix runtime compatibility with newer Python versions

Initial patch by Asser. Change restricted to Python 3.3 and above by me as PyUnicode_DecodeFSDefault was added in 3.3.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fc955537a8445a456fa58f9046927399c12a69c8
Author: Asser Schrøder Femø <asser(dot)femoe(at)gmail(dot)com>

Modified Files
--------------
runtime/Server.cpp | 4 ++++
1 file changed, 4 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-20 10:20:00 pgAdmin 4 commit: Allow the python-config executable to be specified in
Previous Message Harshal Dhumal 2016-06-20 09:45:37 Re: Fix for issue RM1336 [pgadmin4]