Subject: | Compress::Raw::Bzip2 needs to use PERL_NO_GET_CONTEXT |
Looking at the Compress::Raw::Bzip2 included with Perl 5.17 on Win32
Perl, I see many redundant calls to Perl_get_context.
Compress::Raw::Bzip2 needs to use PERL_NO_GET_CONTEXT to avoid these
excess calls.