]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Mar 2015 12:56:25 +0000 (13:56 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Mar 2015 12:56:25 +0000 (13:56 +0100)
commit5200f5502407045b747b97168b80d63a3cfafd4f
treefac1d45532ec623f80bdd245b7ed78fc678f66fb
parent50931f41d0837d309289ec36b80951d3c38b30d4
Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file()

Detect also earlier PyMarshal_Read*() errors in zipimport.
Modules/zipimport.c
Python/pythonrun.c