radareorg / radare2-bindings

Bindings of the r2 api for Valabind and friends
GNU Lesser General Public License v3.0
130 stars 92 forks source link

Tidy up python.c #215

Closed aronsky closed 5 years ago

aronsky commented 5 years ago

python.c includes the other C files from the python subdirectory. This PR improves the situation by splitting things up into header files and compiling the different C files directly.