]> granicus.if.org Git - python/commit
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Aug 2012 17:31:52 +0000 (19:31 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 20 Aug 2012 17:31:52 +0000 (19:31 +0200)
commit35503c9c1444ef4ee11ec403d7848f0240cacc9e
treee8c4473faf2b738c3e7c3d4ed7547915b3540cf1
parent66d1eb23d42551f510f27f4610d74442579e98d8
parent75506e8b7cc1b21fd10997e4e5d382c515558fa8
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Patch by Robin Schreiber.
Misc/NEWS
Python/pystate.c