This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #122476] use a hash instead of a ptr_table
authorTony Cook <tony@develop-help.com>
Mon, 11 Aug 2014 06:47:51 +0000 (16:47 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 15 Aug 2014 01:17:57 +0000 (11:17 +1000)
commit5c45bbe050f6a6914d8e3694554bc653019c7b8a
treeb29a4c66cb98f1db71bc41233989c54be4128c10
parente04dff1abc7765b895700b123f48e66e1bbfdabf
[perl #122476] use a hash instead of a ptr_table

Perl will duplicate the hash on ithread creation, so this will be
thread-safe.
ext/POSIX/POSIX.xs
ext/POSIX/lib/POSIX.pm
ext/POSIX/t/is.t