Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ptx
on May 12, 2022
|
parent
|
context
|
favorite
| on:
Python Language Summit: Python Without the GIL
Python has multiprocessing.shared_memory[1] since 3.8 to share arrays between processes, which accomplishes the same thing and circumvents the GIL issue.
[1]
https://docs.python.org/3/library/multiprocessing.shared_mem...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://docs.python.org/3/library/multiprocessing.shared_mem...