[lxc-devel] [lxc/lxc] 402787: python-lxc: Call PyOS_AfterFork after attaching to...

GitHub noreply at github.com
Mon Jan 4 18:06:02 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 4027875db1d25dba48712327afa0073c014f1930
      https://github.com/lxc/lxc/commit/4027875db1d25dba48712327afa0073c014f1930
  Author: Danil Osherov <shindo at yandex-team.ru>
  Date:   2015-12-24 (Thu, 24 Dec 2015)

  Changed paths:
    M src/python-lxc/lxc.c

  Log Message:
  -----------
  python-lxc: Call PyOS_AfterFork after attaching to a container

As lxc_attach() calls fork() PyOS_AfterFork should be called in the new
process if the Python interpreter will continue to be used.

Signed-off-by: Danil Osherov <shindo at yandex-team.ru>


  Commit: 1dd9a6c051a8a42f851ff0ecdec972e7da44c920
      https://github.com/lxc/lxc/commit/1dd9a6c051a8a42f851ff0ecdec972e7da44c920
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M src/python-lxc/lxc.c

  Log Message:
  -----------
  Merge pull request #739 from shindo/fix/python-lxc/pyos-afterfork

python-lxc: Call PyOS_AfterFork after attaching to a container


Compare: https://github.com/lxc/lxc/compare/a36a3c0d6398...1dd9a6c051a8


More information about the lxc-devel mailing list