QUT-Digital-Observatory / coordination-network-toolkit

A small command line tool and set of functions for studying coordination networks in Twitter and other social media data.
MIT License
72 stars 14 forks source link

Decide whether it's worth supporting Python3.6 #18

Closed SamHames closed 2 years ago

SamHames commented 2 years ago

The initialiser argument for ProcessPoolExecutor wasn't supported in concurrent.futures until 3.7 - given we're running close to end of life for 3.6, we need to evaluate whether it's worth working around this or just drop support.

The initialiser is used to send the lock to the process pool, to serialise writing of results to the main database.