Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To squash #34

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

To squash #34

wants to merge 25 commits into from

Conversation

brookman1
Copy link

No description provided.

brookman1 and others added 25 commits April 29, 2020 21:44
time.sleep(n) is a kernel call that pauses the entire Python interpreter, Python threads a virtual.  Using condition.wait(n) lets the other threads execute, bypasses the GIL (global interpreter lock).
time.sleep(n) is a kernel call that pauses the entire Python interpreter, Python threads a virtual.  Using condition.wait(n) lets the other threads execute, bypasses the GIL (global interpreter lock).
This is to point the installer to this repo.
time.sleep(n) is a kernel call that pauses the entire Python interpreter, Python threads a virtual.  Using condition.wait(n) lets the other threads execute, bypasses the GIL (global interpreter lock).
time.sleep(n) is a kernel call that pauses the entire Python interpreter, Python threads a virtual.  Using condition.wait(n) lets the other threads execute, bypasses the GIL (global interpreter lock).
This is to point the installer to this repo.
# This is the 1st commit message:

Update pythonapp.yml
# This is the commit message #2:

revert the fix.
# This is the commit message #3:

fixed syntax
# This is the commit message #4:

testing threading.Condition instead of time.sleep
# This is the commit message #5:

updatin how mock_sleep_time scope works.
# This is the commit message #6:

Fixed unittest.
Update test_retry.py
time.sleep(n) is a kernel call that pauses the entire Python interpreter, Python threads a virtual.  Using condition.wait(n) lets the other threads execute, bypasses the GIL (global interpreter lock).

Added workflow.
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