• 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
nogil.pyx 5.25 KB