commit | 75506e8b7cc1b21fd10997e4e5d382c515558fa8 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Aug 20 19:30:46 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Aug 20 19:30:46 2012 +0200 |
tree | 3847d540e00e46db8a9262754ecc3dcd2e906c2d | |
parent | 07795df68345a481fbd72c8cce452666000cbadd [diff] |
Issue #15726: Fix incorrect bounds checking in PyState_FindModule. Patch by Robin Schreiber.