Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
est
on June 9, 2020
|
parent
|
context
|
favorite
| on:
Pycopy – a minimalist and memory-efficient Python ...
> Select ports have support for _thread module (multithreading)
the million dollar question: does it have GIL?
pfalcon
on June 9, 2020
[–]
Pycopy inherits threading support from MicroPython (I'm an async/coroutine guy, you know). And MicroPython can be compiled without GIL (but handling locks for your data structures is all yours then).
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
the million dollar question: does it have GIL?