]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: remove Perl 5.16.x leak workaround
authorEric Wong <e@yhbt.net>
Fri, 17 Apr 2020 09:33:31 +0000 (09:33 +0000)
committerEric Wong <e@yhbt.net>
Tue, 21 Apr 2020 05:51:38 +0000 (05:51 +0000)
commite700c37c0186915253d639462cfa403fd9fc964f
treed42c6362ad1c4f1e9e0b0005147e01727148d041
parentd5eac0c11bc8b71d5e45b442e8cd97507825a62c
qspawn: remove Perl 5.16.x leak workaround

It seems no longer necessary to workaround this Perl 5.16.3 bug
after the removal of anonymous subs from all of our internal
code in
https://public-inbox.org/meta/20191225075104.22184-1-e@80x24.org/

Tested with repeated clones (both aborted and completed)
in a CentOS 7.x VM which was once able to reproduce leaks
before the workaround appeared in 2fc42236f72ad16a
("qspawn: workaround Perl 5.16.3 leak, re-enable Deflater")

Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
lib/PublicInbox/Qspawn.pm