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