summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-06-15 17:24:54 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-06-15 17:33:05 +0100
commit602c74faa662196f9c596fb67276c766c8dfdcbd (patch)
tree741c680427ed04cbcdc5cf50a30e89793ab6d821 /NEWS
parentde843ef7567af9962903e18c4d69a99c7ceafce7 (diff)
downloadpsycopg2-602c74faa662196f9c596fb67276c766c8dfdcbd.tar.gz
Check return code from decoding the connection status
It fails on Py3 after receiving a SIGABRT. Because we don't handle it here it will resurface later with nonsense such as: SystemError: <some function> returned a result with an error set Close #551
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2017932..704c1b0 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ What's new in psycopg 2.7.2
(:ticket:`#545`).
- Fixed `~psycopg2.extras.ReplicationCursor.consume_stream()`
*keepalive_interval* argument (:ticket:`#547`).
+- Fixed random `!SystemError` upon receiving abort signal (:ticket:`#551`).
- `~psycopg2.errorcodes` map updated to PostgreSQL 10 beta 1.