Skip to content

Conversation

@matajoh
Copy link
Collaborator

@matajoh matajoh commented Jan 10, 2025

Adds the ability to make everything immutable and the behaviors module, which contains multi-interpreter lock implementations. Furthermore, module loading, unloading, and subclassing have been modified to be BOC safe.


📚 Documentation preview 📚: https://cpython-previews--36.org.readthedocs.build/

return atomic_compare_exchange_strong(ptr, expected, desired);
}

#ifdef __APPLE__
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This section is out of date, I'll update it next week.

Adds the ability to make everything immutable and the `behaviors`
module, which contains multi-interpreter lock implementations.
Furthermore, module loading, unloading, and subclassing have been
modified to be BOC safe.

Signed-off-by: Matthew A Johnson <matjoh@microsoft.com>
Signed-off-by: Matthew A Johnson <matjoh@microsoft.com>
Signed-off-by: Matthew Johnson <matjoh@microsoft.com>
Signed-off-by: Matthew Johnson <matjoh@microsoft.com>
Signed-off-by: Matthew Johnson <matjoh@microsoft.com>
Signed-off-by: Matthew Johnson <matjoh@microsoft.com>
Signed-off-by: Matthew Johnson <matjoh@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant