]> code.ossystems Code Review - openembedded-core.git/commit
python3: remove optimize by default patch
authorRoss Burton <ross.burton@intel.com>
Fri, 5 Feb 2016 09:45:24 +0000 (09:45 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Feb 2016 17:29:44 +0000 (17:29 +0000)
commit1e43b836106ed13cde294e2c565eaea6fe5efca7
tree2def44b765d6b48e300df18d27e6ddb0fdf54ba4
parentb87a9c82663446fa8c002e144de57127e8902b54
python3: remove optimize by default patch

Python 3 resurrected the default to optimised patch, on the rationale that
embedded systems want all the performance they can get.  Unfortunately the only
impact Python "optimisation" has is to remove all asserts which can be actively
harmful, so remove this patch.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3/04-default-is-optimized.patch [deleted file]
meta/recipes-devtools/python/python3_3.5.1.bb