6 ms·
The GIL issue has been solved without breaking backwards compat: http://pyparallel.org/ http://pyparallel.org/ It just need further dev work and acceptance int
by Lofkin 11y ago
The GIL issue has been solved without breaking backwards compat: http://pyparallel.org/ http://pyparallel.org/
It just need further dev work and acceptance into py3
- acconsta 11y agoOn Windows
- beagle3 11y agoDid you actually look into it? The threads you run can't make any change to existing objects, and various other changes. It does break compatibility, and needs patched version of Numpy, ODBC (and I would guess, most other packages). Definitely not "solved without breaking backwards compat".