diff --git a/.binary_c_python_api.c.swp b/.binary_c_python_api.c.swp
new file mode 100644
index 0000000000000000000000000000000000000000..df644636b4141ddb926e3f7ddb6072642942ddfa
Binary files /dev/null and b/.binary_c_python_api.c.swp differ
diff --git a/TODO.org b/TODO.org
index e209dd9a6d78ee982406552a6e443141ea890e3c..4357237b5f1aed47ad901c64c64f0592ee57708c 100644
--- a/TODO.org
+++ b/TODO.org
@@ -119,18 +119,25 @@ sub autogen_C_logging_code
     CLOSED: [2019-10-31 Thu 11:13]
 *** DONE Make function in python that generates c-function from a list of arguments
     CLOSED: [2019-10-29 Tue 23:52]
-*** TODO Resolve current issue malloc
+*** DONE Resolve current issue malloc
+    CLOSED: [2019-11-08 Fri 11:12]
 ➜  binary_c-python git:(master) ✗ python python_API_test.py 
 Traceback (most recent call last):
   File "python_API_test.py", line 3, in <module>
     import binary_c
 ImportError: /home/david/projects/binary_c_root/binary_c-python/libbinary_c_api.so: undefined symbol: MALLOC
 
-I get this error when I am using the master version of binary_c with either branches of the python wrapper
+I get this error when I am using the master version of binary_c with either branches of the python wrapper..
+
+That went very deep haha. alot of memory allocation stuff
 
 *** TODO Make sure this works with the last major release of binaryc
 *** DONE Finish testing a simpler case (see other repo)
     CLOSED: [2019-11-08 Fri 09:37]
+*** TODO Make master master work
+*** TODO Sync master with david_branch
+*** TODO make tag of old master branch for future reference
+*** TODO finish today
 
 ** General:
 *** DONE Get a more reliable way of loading the default values (running a ./tbse echo or something?)