[issue37118] Why is GIL on 2.7 so much faster than 3.7

2019-05-31 Thread gary*atlanta
gary*atlanta added the comment: tested this loop: for (i=0; i performance ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37118] Why is GIL on 2.7 so much faster than 3.7

2019-05-31 Thread Zachary Ware
New submission from Zachary Ware : This is a bug tracker, not a forum for questions. Please try a more appropriate venue for your question, like python-l...@python.org or StackOverflow. You're going to need to provide some actual evidence rather than just a provocative assertion, though. -

[issue37118] Why is GIL on 2.7 so much faster than 3.7

2019-05-31 Thread gary*atlanta
Change by gary*atlanta : -- components: Interpreter Core nosy: gary*atlanta priority: normal severity: normal status: open title: Why is GIL on 2.7 so much faster than 3.7 versions: Python 3.7 ___ Python tracker