Regression in deepcopy(Base.GenericCondition(ReentrantLock()))
from 1.7.3 to 1.8.0 (also present on master)
#46405
Labels
bug
Indicates an unexpected problem or unintended behavior
multithreading
Base.Threads and related functionality
parallelism
Parallel or distributed computation
regression
Regression in behavior compared to a previous version
deepcopy(Base.GenericCondition(ReentrantLock()))
works on 1.7.3 but errors on 1.8.0 and master.On 1.7.3:
On 1.8.0:
On nightly (
1.9.0-DEV.1151
):Motivation
The motivation is that I have a struct of the form:
And then I want to be able to do the following
This code works on 1.7.3 but errors on 1.8.0 and nightly; here's the stacktrace on nightly:
The text was updated successfully, but these errors were encountered: