8000 Unlock the GIL while accessing queues by Sympatron · Pull Request #144 · pycom/pycom-micropython-sigfox · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Unlock the GIL while accessing queues #144

Closed
wants to merge 0 commits into from

Conversation

Sympatron
Copy link

Keeping the GIL locked while sending to full queues or receiving from
empty queues results in a deadlock, because no other Python code can
execute to put() or get() from the queue.

@Sympatron Sympatron closed this Feb 28, 2018
peter-pycom added a commit that referenced this pull request Aug 25, 2020
X-Ryl669 pushed a commit to X-Ryl669/pycom-micropython-sigfox that referenced this pull request May 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0