python3: Fix pyc-only related runtime exceptions
authorDaniel Nelson <daniel@sigpwr.com>
Sun, 27 Jan 2013 15:38:56 +0000 (15:38 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 28 Jan 2013 21:03:57 +0000 (22:03 +0100)
commit6b340425e8af3f6f8e1489eb3550f35ee28b59b9
tree5a3eea0a82f5c376c2396c31bf80e552dfa4660d
parent08d9ac9fe7972582263254a3c9484fc9826fbfd4
python3: Fix pyc-only related runtime exceptions

Python3 changes the pyc lookup strategy, ignoring the
__pycache__ directory if the .py file is missing. Change
install location to enable use of .pyc without their parent .py

See http://www.python.org/dev/peps/pep-3147

[Peter: add patch header]
Signed-off-by: Daniel Nelson <daniel@sigpwr.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
  (untested)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/python3/python3-3.3-012-old-stdlib-cache.patch [new file with mode: 0644]
package/python3/python3.mk