1. 30 Apr, 2020 7 commits
  2. 29 Apr, 2020 18 commits
  3. 28 Apr, 2020 14 commits
  4. 27 Apr, 2020 1 commit
    • Stefan Behnel's avatar
      Allow print statements in nogil sections. · c6cf09ee
      Stefan Behnel authored
      Would be nice to allow this also for the print() function, but that's tricky because we have to insert the "GILStatNode" before analysing the declarations, which is when we learn if it's really the builtin print function or something else.
      c6cf09ee