Commit 9a9b7f5
committed
fix bizarre edge case where import completion would crash if "cw" argument was
None - here's the recipe I had that broke it
import pdb
def foo():
import pdb; pdb.set_trace(
If I change *anything* about that recipe, it doesn't break. Who the hell knows
why. Who the hell cares. It works. \o/1 parent 2c8612f commit 9a9b7f5
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
0 commit comments