◐ Shell
clean mode source ↗

contextvars by youknowone · Pull Request #5300 · RustPython/RustPython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@youknowone

Copy link Copy Markdown

Member

close #3188

@youknowone youknowone marked this pull request as ready for review

May 7, 2024 12:41

@youknowone youknowone merged commit e5bf72e into RustPython:main

May 7, 2024

@youknowone youknowone deleted the contextvars branch

May 7, 2024 13:43
Comment thread

stdlib/src/contextvars.rs

sync::atomic::Ordering,
};

// TODO: Real hamt implementation

Copy link Copy Markdown

Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm trying to remember why they chose to go with a HAMT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@fanninpm fanninpm fanninpm left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

[RFC] Implement PEP 567 (contextvars)

2 participants

@youknowone @fanninpm