diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-06-15 17:24:54 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-06-15 17:33:05 +0100 |
| commit | 602c74faa662196f9c596fb67276c766c8dfdcbd (patch) | |
| tree | 741c680427ed04cbcdc5cf50a30e89793ab6d821 /NEWS | |
| parent | de843ef7567af9962903e18c4d69a99c7ceafce7 (diff) | |
| download | psycopg2-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
