Merge pull request #1038 from PyO3/davidhewitt-patch-5
Fix typo in comment
This commit is contained in:
commit
c15c1e6217
|
@ -538,7 +538,7 @@ mod test {
|
|||
|
||||
#[test]
|
||||
fn test_allow_threads() {
|
||||
// allow_threads should temporarily release GIL in Py03's internal tracking too.
|
||||
// allow_threads should temporarily release GIL in PyO3's internal tracking too.
|
||||
let gil = Python::acquire_gil();
|
||||
let py = gil.python();
|
||||
|
||||
|
|
Loading…
Reference in a new issue