Am 05.10.2019 um 20:53 schrieb Justin Pryzby:
On Sat, Oct 05, 2019 at 07:47:50PM +0200, Christoph Zwerschke wrote:

In general, that's false, due to lazy binding (man ld.so: /LD_BIND_NOW/)
...but maybe true for python's c modules ??

Good point again. Yes, lazy binding should be the default (at least under unix-like OSes, not sure about Windows).

Just tried what you did with that t.c program, but strangely I get the "undefined symbol" error when I downgrade libpq and run "./t 0", even when LD_BIND_NOW is not defined. I am using Ubuntu instead of Debian, but that shouldn't matter.

-- Christoph
_______________________________________________
PyGreSQL mailing list
PyGreSQL@Vex.Net
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to