Re: [COMMIT osv-apps master] Add python2.7 from the build system

2017-08-03 Thread Justin Cinkelj
Nadav, you intentionally committed this one instead of the "Add python2/3 from the build system"? The second one is more generic, as python3 can be compiled (albeit cannot be run "yet"). Justin On 08/03/2017 02:26 PM, Commit Bot wrote: From: Justin Cinkelj Committer: Nadav Har'El Branch: ma

[COMMIT osv-apps master] Add python2.7 from the build system

2017-08-03 Thread Commit Bot
From: Justin Cinkelj Committer: Nadav Har'El Branch: master Add python2.7 from the build system Instead of compiling python from source, we reuse libpython2.7.so from the build system. Only the python executable is recompiled as shared object. The python.c file is almost literal copy from the

[COMMIT osv-apps master] Add python2.7

2017-07-23 Thread Commit Bot
From: Justin Cinkelj Committer: Nadav Har'El Branch: master Add python2.7 Based on @gberginc work. Usage example: ./scripts/run.py -e "/python" ./scripts/run.py -e "/python -c \"aa={1:22,3:44}; print aa; print 'asdf'\"" Signed-off-by: Justin Cinkelj Message-Id: <20170722230157.10742-1-justi