FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-23395: Raise an exception if the SIGINT signal is ignored or not handled by mcepl · Pull Request #7778 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-23395: Raise an exception if the SIGINT signal is ignored or not handled
- #7778
#7778
Merged
pitrou
merged 12 commits into
python:master
python/cpython:master
from
mcepl:23395_thread_interrupt_main_errors
Copy head branch name to clipboard
May 23, 2019
Conversation
Commits
12
(12)
Checks
Files changed
Merged
bpo-23395: Raise an exception if the SIGINT signal is ignored or not handled
#7778
pitrou
merged 12 commits into
python:master
python/cpython:master
from
mcepl:23395_thread_interrupt_main_errors
Copy head branch name to clipboard
Commits
Commits on May 23, 2019
Raise an exception if the SIGINT signal is ignored or not handled
Show description for 6500215
vstinner
authored and
pitrou
committed
6500215
View commit details
Copy full SHA for 6500215
Browse repository at this point
Add missing import signal
mcepl
authored and
pitrou
committed
d1683d4
View commit details
Copy full SHA for d1683d4
Browse repository at this point
Add forgotten change.
mcepl
authored and
pitrou
committed
5640220
View commit details
Copy full SHA for 5640220
Browse repository at this point
It is not true, GIL much be hold for PyErr_SetString() function.
mcepl
authored and
pitrou
committed
bda4f6b
View commit details
Copy full SHA for bda4f6b
Browse repository at this point
Fix the Misc/ACKS with the proper spelling of my name.
mcepl
authored and
pitrou
committed
ca450ec
View commit details
Copy full SHA for ca450ec
Browse repository at this point
Fix cosmetic issues
mcepl
authored and
pitrou
committed
b1a394b
View commit details
Copy full SHA for b1a394b
Browse repository at this point
Fix one more typo.
mcepl
authored and
pitrou
committed
03e17ea
View commit details
Copy full SHA for 03e17ea
Browse repository at this point
Remove misleading comment about GIL not being needed.
mcepl
authored and
pitrou
committed
eeb0cd5
View commit details
Copy full SHA for eeb0cd5
Browse repository at this point
Improve documentation about SIGINT handler.
mcepl
authored and
pitrou
committed
6ad8b37
View commit details
Copy full SHA for 6ad8b37
Browse repository at this point
Don't introduce new function PyErr_SetInterruptWithErr, fix the old one.
mcepl
authored and
pitrou
committed
d1227e3
View commit details
Copy full SHA for d1227e3
Browse repository at this point
PyErr_SetInterrupt could run without GIL, we cannot raise exceptions.
Show description for 9480484
mcepl
authored and
pitrou
committed
9480484
View commit details
Copy full SHA for 9480484
Browse repository at this point
Some nits
pitrou
committed
9893a65
View commit details
Copy full SHA for 9893a65
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL