Skip to content

Commit f31006c

Browse files
committed
be explicit that SvSetSV() doesn't do set magic
1 parent d632a2c commit f31006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ argument more than once.
20162016
20172017
=for apidoc Am|void|SvSetSV|SV* dsv|SV* ssv
20182018
Calls C<sv_setsv> if dsv is not the same as ssv. May evaluate arguments
2019-
more than once.
2019+
more than once. Does not handle 'set' magic on the destination SV.
20202020
20212021
=for apidoc Am|void|SvSetSV_nosteal|SV* dsv|SV* ssv
20222022
Calls a non-destructive version of C<sv_setsv> if dsv is not the same as

0 commit comments

Comments
 (0)