Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Deprecate stackless.pickle_with_tracing_state #180

Closed
akruis opened this issue Nov 9, 2018 · 1 comment
Closed

Deprecate stackless.pickle_with_tracing_state #180

akruis opened this issue Nov 9, 2018 · 1 comment

Comments

@akruis
Copy link

akruis commented Nov 9, 2018

The global flag stackless.pickle_with_tracing_state is not very useful, because it is a global setting.
Now that issue #139 (commit cf1590ccdcc8) introduced per thread pickle-flags, it is time to replace
stackless.pickle_with_tracing_state by a per thread flag and deprecate the old global flag.

@akruis akruis added this to the v3.7.x-slp milestone Nov 9, 2018
akruis pushed a commit that referenced this issue Nov 11, 2018
It has been replaced by stackless.pickle_flags() and
stackless.pickle_flags_default().
@akruis
Copy link
Author

akruis commented Nov 11, 2018

Done.

@akruis akruis closed this as completed Nov 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant