Skip Menu |

This queue is for tickets about the Unicode-Normalize CPAN distribution.

Report information
The Basics
Id: 80312
Status: resolved
Priority: 0/
Queue: Unicode-Normalize

People
Owner: Nobody in particular
Requestors: BULKDD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.15
Fixed in: 1.16



Subject: Unicode::Normalize needs to use PERL_NO_GET_CONTEXT
Looking at the Unicode::Normalize included with Perl 5.17, I see 100s of calls to Perl_get_context on my Win32 Perl. Unicode::Normalize needs to use PERL_NO_GET_CONTEXT to avoid these. Normalize.dll is the 6th largest DLL distributed with Perl interp on my machine. Normalize makes ~360 calls to Perl_get_context spread among ~24 functions.
Hello, thank you for your report. Now the next release, Unicode::Normalize 1.16 uses PERL_NO_GET_CONTEXT. Regards, Sadahiro Tomoyuki