diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-23 18:00:38 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-23 18:00:38 +0000 |
commit | 0abe3f7c711f6721217c5d47ec581395dd1981da (patch) | |
tree | 6f42d72da1e1c364216a370f263ccb6058d92dcc /embed.fnc | |
parent | 433f2541b8f5648227bfd63195be86e0e194a278 (diff) | |
download | perl-0abe3f7c711f6721217c5d47ec581395dd1981da.tar.gz |
The current implementation of :unique is fundamentally flawed,
because declaring a scalar READONLY does not stop it being modified.
Hence the current implementation of :unique is *not threadsafe*
D'oh!
Better implementations welcome.
p4raw-id: //depot/perl@24962
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1244,9 +1244,6 @@ s |int |sv_2iuv_non_preserve |SV *sv|I32 numtype # endif sR |I32 |expect_number |NN char** pattern # -# if defined(USE_ITHREADS) -s |SV* |gv_share |SV *sv|CLONE_PARAMS *param -# endif s |bool |utf8_mg_pos |NN SV *sv|NN MAGIC **mgp|NN STRLEN **cachep \ |I32 i|NN I32 *offsetp|I32 uoff \ |NN const U8 **sp|NN const U8 *start \ |