psycopg2/psycopg
Daniele Varrazzo 17b0c61338 Don't close connections from forked processes
On Py3 subprocessing will actually GC the objects and the FD is open,
resulting in connections closed in different processes.

The behaviour is verified in py 3.4 to 3.7 at least,
2019-03-18 00:32:40 +00:00
..
_psycopg.vc9.amd64.manifest Windows manifest changes based upon architecture 2011-02-11 10:01:38 -07:00
_psycopg.vc9.x86.manifest Windows manifest changes based upon architecture 2011-02-11 10:01:38 -07:00
adapter_asis.c Added PY_2, PY_3 macros and used uniformly 2019-03-16 19:54:40 +00:00
adapter_asis.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_binary.c Added PY_2, PY_3 macros and used uniformly 2019-03-16 19:54:40 +00:00
adapter_binary.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_datetime.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
adapter_datetime.h Removed support for mxDateTime as the default date and time adapter 2019-03-16 16:36:49 +00:00
adapter_list.c Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_list.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_mxdatetime.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
adapter_mxdatetime.h Removed support for mxDateTime as the default date and time adapter 2019-03-16 16:36:49 +00:00
adapter_pboolean.c Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_pboolean.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_pdecimal.c Added PY_2, PY_3 macros and used uniformly 2019-03-16 19:54:40 +00:00
adapter_pdecimal.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_pfloat.c Added PY_2, PY_3 macros and used uniformly 2019-03-16 19:54:40 +00:00
adapter_pfloat.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_pint.c Fixed check for type == int on Py2 2019-03-16 19:54:40 +00:00
adapter_pint.h Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_qstring.c Copyright year updated 2019-02-17 01:36:36 +00:00
adapter_qstring.h Copyright year updated 2019-02-17 01:36:36 +00:00
bytes_format.c Copyright year updated 2019-02-17 01:36:36 +00:00
column_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
column.h Copyright year updated 2019-02-17 01:36:36 +00:00
config.h Don't close connections from forked processes 2019-03-18 00:32:40 +00:00
connection_int.c Use the error on the connection instead of passing it explicitly around 2019-03-17 03:49:34 +00:00
connection_type.c Don't close connections from forked processes 2019-03-18 00:32:40 +00:00
connection.h Don't close connections from forked processes 2019-03-18 00:32:40 +00:00
conninfo_type.c Added ConnectionInfo.dsn_parameters attribute 2019-02-17 02:37:09 +00:00
conninfo.h Copyright year updated 2019-02-17 01:36:36 +00:00
cursor_int.c Added helper methods to set a result into a connection/cursor 2019-03-17 03:49:34 +00:00
cursor_type.c Added pq_get_result_async() replaced pg_get_last_result() 2019-03-17 01:20:06 +00:00
cursor.h Added helper methods to set a result into a connection/cursor 2019-03-17 03:49:34 +00:00
diagnostics_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
diagnostics.h Copyright year updated 2019-02-17 01:36:36 +00:00
error_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
error.h Copyright year updated 2019-02-17 01:36:36 +00:00
green.c Added pq_get_result_async() replaced pg_get_last_result() 2019-03-17 01:20:06 +00:00
green.h Copyright year updated 2019-02-17 01:36:36 +00:00
libpq_support.c Copyright year updated 2019-02-17 01:36:36 +00:00
libpq_support.h Copyright year updated 2019-02-17 01:36:36 +00:00
lobject_int.c Use the error on the connection instead of passing it explicitly around 2019-03-17 03:49:34 +00:00
lobject_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
lobject.h Copyright year updated 2019-02-17 01:36:36 +00:00
microprotocols_proto.c Copyright year updated 2019-02-17 01:36:36 +00:00
microprotocols_proto.h Copyright year updated 2019-02-17 01:36:36 +00:00
microprotocols.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
microprotocols.h Copyright year updated 2019-02-17 01:36:36 +00:00
notify_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
notify.h Copyright year updated 2019-02-17 01:36:36 +00:00
pgtypes.h Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
pqpath.c Dropped whole "critical" story 2019-03-17 03:49:34 +00:00
pqpath.h Use the error on the connection instead of passing it explicitly around 2019-03-17 03:49:34 +00:00
psycopg.h Copyright year updated 2019-02-17 01:36:36 +00:00
psycopgmodule.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
python.h Py2/3 compatibility macro definitions rationalized 2019-03-16 19:54:40 +00:00
replication_connection_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
replication_connection.h Copyright year updated 2019-02-17 01:36:36 +00:00
replication_cursor_type.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
replication_cursor.h Copyright year updated 2019-02-17 01:36:36 +00:00
replication_message_type.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
replication_message.h Copyright year updated 2019-02-17 01:36:36 +00:00
solaris_support.c Fixed building on SmartOS 2018-02-19 11:40:05 +00:00
solaris_support.h Copyright year updated 2019-02-17 01:36:36 +00:00
sqlstate_errors.h SQLSTATE error classes implemented in C 2019-02-10 03:45:14 +00:00
typecast_array.c Copyright year updated 2019-02-17 01:36:36 +00:00
typecast_basic.c Added PY_2, PY_3 macros and used uniformly 2019-03-16 19:54:40 +00:00
typecast_binary.c Added PY_2, PY_3 macros and used uniformly 2019-03-16 19:54:40 +00:00
typecast_binary.h Copyright year updated 2019-02-17 01:36:36 +00:00
typecast_builtins.c Added BYTESARRAY typecaster 2019-01-18 15:47:01 +00:00
typecast_datetime.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
typecast_mxdatetime.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
typecast.c Dropped debug info for microprotocols/adapters initialization 2019-03-16 20:05:40 +00:00
typecast.h Copyright year updated 2019-02-17 01:36:36 +00:00
utils.c Added PY_2, PY_3 macros and used uniformly 2019-03-16 19:54:40 +00:00
utils.h Py2/3 compatibility macro definitions rationalized 2019-03-16 19:54:40 +00:00
win32_support.c Copyright year updated 2019-02-17 01:36:36 +00:00
win32_support.h Copyright year updated 2019-02-17 01:36:36 +00:00
xid_type.c Copyright year updated 2019-02-17 01:36:36 +00:00
xid.h Copyright year updated 2019-02-17 01:36:36 +00:00