Skip to content

Commit

Permalink
Remove outdated paragraph from deepcopy docstring (JuliaLang#35192)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstjean authored and oxinabox committed Apr 8, 2020
1 parent 232ed65 commit e258468
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base/deepcopy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ independent object. For example, deep-copying an array produces a new array whos
are deep copies of the original elements. Calling `deepcopy` on an object should generally
have the same effect as serializing and then deserializing it.
As a special case, functions can only be actually deep-copied if they are anonymous,
otherwise they are just copied. The difference is only relevant in the case of closures,
i.e. functions which may contain hidden internal references.
While it isn't normally necessary, user-defined types can override the default `deepcopy`
behavior by defining a specialized version of the function
`deepcopy_internal(x::T, dict::IdDict)` (which shouldn't otherwise be used),
Expand Down

0 comments on commit e258468

Please sign in to comment.