Skip to content

Commit

Permalink
Small change to the notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
simongarisch committed Oct 20, 2018
1 parent 8f5d5d4 commit 4294408
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions safeqthreads overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# safeqthreads\n",
"\n",
"The motivation behind qsafethreads is to allow Qthreads to finish before the application exits. If the application exits before a QThread is finished the Python garbage collector will release the QThread and potentially cause Python to crash."
"The motivation behind safeqthreads is to allow Qthreads to finish before the application exits. If the application exits before a QThread is finished the Python garbage collector will release the QThread and potentially cause Python to crash."
]
},
{
Expand All @@ -20,7 +20,9 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# how to crash PyQt 101 ...\n",
Expand Down Expand Up @@ -79,7 +81,9 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"%reset -f\n",
Expand Down Expand Up @@ -174,7 +178,9 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"%reset -f\n",
Expand Down

0 comments on commit 4294408

Please sign in to comment.