PyFileObject.unlocked_count

Num. currently running sections of code using f_fp with the GIL released. */ /// Availability: >= 2.

struct PyFileObject
int unlocked_count;

Meta