]> granicus.if.org Git - python/commit
Issue #16404: Add checks for return value of PyInt_FromLong() in
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Dec 2013 13:09:45 +0000 (15:09 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Dec 2013 13:09:45 +0000 (15:09 +0200)
commit15df36bb14e35489d841898069e3878f2144e48e
treed1b4122407f46de7b1a8263a8f20fbedbff7b3d8
parent0585418b0d50755500587a887f3a901f8149cd00
Issue #16404: Add checks for return value of PyInt_FromLong() in
sys.getwindowsversion() and ossaudiodev.setparameters().
Reported by Ned Batchelder.
Modules/ossaudiodev.c
Python/sysmodule.c