chiark / gitweb /
python-systemd: avoid hitting assert in __exit__
authorDave Reisner <dreisner@archlinux.org>
Tue, 14 Oct 2014 11:54:56 +0000 (07:54 -0400)
committerDave Reisner <dreisner@archlinux.org>
Tue, 14 Oct 2014 12:35:16 +0000 (08:35 -0400)
commit9ff5ff320ec71fec7f2c841223380665794afd07
tree786dc7695f866ae14132c071594d47c8bb549759
parenta5a807e63a50314e190e9166d8a453cd8dd258e3
python-systemd: avoid hitting assert in __exit__

Reader_close() asserts that 'args' is always NULL, but the __exit__
function forwards a non-NULL args.
src/python-systemd/_reader.c