Skip to content

Conversation

quantum5
Copy link
Contributor

@quantum5 quantum5 commented Feb 24, 2021

The note about the GIL was buried pretty deep in the threading documentation,
and this made it hard for first time users to discover why their attempts
at using threading to parallelize their application did not work.

In this commit, the note is moved to the top of the module documentation for
visibility.
(cherry picked from commit 32181be)

Co-authored-by: Guanzhong Chen [email protected]

https://bugs.python.org/issue43293

…ythonGH-24622)

The note about the GIL was buried pretty deep in the threading documentation,
and this made it hard for first time users to discover why their attempts
at using threading to parallelizing their application did not work.

In this commit, the note is moved to the top of the module documention for
visibility..
(cherry picked from commit 32181be)

Co-authored-by: Guanzhong Chen <[email protected]>
@bedevere-bot
Copy link

@pablogsal: Please replace # with GH- in the commit message next time. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants