Skip to content

Commit 4bbd390

Browse files
committed
More correct comment.
1 parent 2965939 commit 4bbd390

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

memapi/src/linecache.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
//! A line caching library, a bit like Python's linecache.
2-
//!
3-
//! We don't want to use Python's linecache because calling back into Python for
4-
//! that can result in deadlocks.
1+
//! A Rust wrapper around Python's linecache. We can't just emulate it because
2+
//! PEP 302 `__loader__`s and ipython shoving stuff into it and oh god oh god oh
3+
//! god Python is complicated.
54
65
use crate::python;
76

0 commit comments

Comments
 (0)