Skip to content

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Sep 8, 2025

@StanFromIreland StanFromIreland added the new-pep A new draft PEP submitted for initial review label Sep 8, 2025
@AA-Turner AA-Turner changed the title Safe parallel PEP 805: Safe Parallel Python Sep 8, 2025
Copy link
Member

@AA-Turner AA-Turner left a comment

Choose a reason for hiding this comment

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

Two initial changes to fix the headers.

When this is ready for review, please could you wrap to 79 columns?

A

@markshannon
Copy link
Member Author

I don't understand the error: /home/runner/work/peps/peps/peps/pep-0805.rst:484: (WARNING/2) Inline emphasis start-string without end-string.

Line 484 is in a block of C code.

@brianschubert

This comment was marked as resolved.

Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

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

a few typos

@markshannon
Copy link
Member Author

Thanks @JelleZijlstra

Co-authored-by: Truls Henriksson <[email protected]>
@ncoghlan
Copy link
Contributor

ncoghlan commented Oct 7, 2025

As far as prior art goes, it may be worth adding a brief mention of Rust's threading model as well, as that adopts a similar "thread local by default" approach to minimising the likelihood of encountering data races in multi-threaded programs.

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

Labels

new-pep A new draft PEP submitted for initial review

Projects

None yet

Development

Successfully merging this pull request may close these issues.