From 62d895bc77ec9a06659ad66bddc7930eb3ce24fe Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Thu, 12 Jan 2017 17:16:48 -0800 Subject: Paper-over Python errors This reads directly off of the slices rather than ref'ing and unref'ing them. There's likely some silliness w.r.t. interned slices and references to them outliving their associated call objects, but we are just ignoring that for now. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3112445176..06a3d25c3d 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,7 @@ coverage # python compiled objects *.pyc -#eclipse project files +# eclipse project files .cproject .project .settings @@ -110,3 +110,6 @@ bazel-genfiles bazel-grpc bazel-out bazel-testlogs + +# Debug output +gdb.txt -- cgit v1.2.3