]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 17 Aug 2014 20:11:06 +0000 (22:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 17 Aug 2014 20:11:06 +0000 (22:11 +0200)
commitdaca3d7e9b48badf02521df1b729ddd2733b2d77
tree69c02529bc45711417bc5d3883d39732cd65af76
parent7270b7f1aae31ba04885aa5e400e6542a20c789e
Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and
returns -1 (error) on integer overflow.
Misc/NEWS
Python/thread_pthread.h