We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d2227 commit 87f1058Copy full SHA for 87f1058
CHANGELOG.txt
@@ -1,5 +1,10 @@
1
v1.2.1
2
-- Use custom ThreadpoolExecutor for all browser-related actions
+- Use custom threadpool for functions that could be running during shutdown:
3
+ Python's stdlib threadpool isn't available during interpreter shutdown, nor
4
+ `atexit`- so they cannot be started or shutdown during `atexit`, or relied
5
+ upon at all. We use a custom threadpool during `Browser.close()` so that it
6
+ can be leveraged during atexit, and now we use it during `Browser.open()`
7
+ since certain use patterns have that function running during shutdown.
8
v1.2.0
9
- Delete zipfile after downloading
10
- Upgrade logistro to reduce sideeffects
0 commit comments