Hi Tom. 

(I was wondering if you might fancy mentoring on this project? 🙂)

On Thursday, 26 March 2020 12:35:34 UTC+1, Tom Forbes wrote:
>
> > incompatible in macOS due to a recent update
>
> Can you elaborate on this a bit? How has a recent update made forking 
> incompatible on MacOS?
>

macOS has deprecated the fork launch method, to be removed in a future 
version. 

Python 3.8+ then swaps the default launch method to spawn, so on Python 
3.8+ we no longer have parallel test running on the mac.

(For now, fork still actually works, so you can `set_start_method()` to 
work around this, but...)

Kind Regards,

Carlton

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/e5a1464f-553c-4990-8dd2-6c4086e329c4%40googlegroups.com.

Reply via email to