Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localise option value storage to option manager instances #2

Open
sg495 opened this issue Jul 3, 2024 · 0 comments
Open

Localise option value storage to option manager instances #2

sg495 opened this issue Jul 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sg495
Copy link
Contributor

sg495 commented Jul 3, 2024

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__).

@sg495 sg495 added the enhancement New feature or request label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant