]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport trunk's r43510: In the fdopen(fd, 'a') case on UNIX, don't try to
authorThomas Wouters <thomas@python.org>
Fri, 31 Mar 2006 22:39:56 +0000 (22:39 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 31 Mar 2006 22:39:56 +0000 (22:39 +0000)
commitfe1c16f4bee33293456f563808529b79c1bdca2a
treeadb75d9bf92b04f0e9f069609076075db2009bb5
parent40fec61652fa541f6b0e3e07da43e1678023089c
Backport trunk's r43510: In the fdopen(fd, 'a') case on UNIX, don't try to
set fd's flags to -1 if fcntl() and fdopen() both fail.
Modules/posixmodule.c