←back to thread

255 points rbanffy | 2 comments | | HN request time: 0.415s | source
Show context
AlexanderDhoore ◴[] No.44003888[source]
Am I the only one who sort of fears the day when Python loses the GIL? I don't think Python developers know what they’re asking for. I don't really trust complex multithreaded code in any language. Python, with its dynamic nature, I trust least of all.
replies(19): >>44003924 #>>44003936 #>>44003940 #>>44003943 #>>44003945 #>>44003958 #>>44003971 #>>44004203 #>>44004251 #>>44004431 #>>44004501 #>>44005012 #>>44005100 #>>44005259 #>>44005773 #>>44006165 #>>44007388 #>>44011009 #>>44011917 #
dotancohen ◴[] No.44003958[source]
As a Python dabbler, what should I be reading to ensure my multi-threaded code in Python is in fact safe.
replies(2): >>44004045 #>>44004577 #
1. HDThoreaun ◴[] No.44004577[source]
Honestly unless youre willing to devote a solid 4+ hours to learning about multi threading stick with ayncio
replies(1): >>44010312 #
2. dotancohen ◴[] No.44010312[source]
I'm willing to invest an afternoon learning. That's been the premise of my entire career!