]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memory
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 4 Sep 2014 15:29:52 +0000 (17:29 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 4 Sep 2014 15:29:52 +0000 (17:29 +0200)
commit60a64d6812e5d3c3bf4291081e3db9dc6acf996c
tree43585df316e1b22f6fa348da16b86172e74bc29e
parent53c87d1be2f2abd425c3999b43551ebe522a7460
Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memory
allocation failure
Modules/_tkinter.c