You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable pickling (cf. #1) and set the basis for future support of concurrency, the storage of option values and option value stacks should be moved from the Option class (the private class attributes Option.__values and Option.__value_stacks) into individual instances of OptionManager (which will be expected to possess a __dict__).
The text was updated successfully, but these errors were encountered:
To enable pickling (cf. #1) and set the basis for future support of concurrency, the storage of option values and option value stacks should be moved from the
Option
class (the private class attributesOption.__values
andOption.__value_stacks
) into individual instances ofOptionManager
(which will be expected to possess a__dict__
).The text was updated successfully, but these errors were encountered: