We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2965939 commit 4bbd390Copy full SHA for 4bbd390
memapi/src/linecache.rs
@@ -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.
+//! A Rust wrapper around Python's linecache. We can't just emulate it because
+//! PEP 302 `__loader__`s and ipython shoving stuff into it and oh god oh god oh
+//! god Python is complicated.
5
6
use crate::python;
7
0 commit comments