]> granicus.if.org Git - python/commit
In the fdopen(fd, 'a') case on UNIX, don't try to set fd's flags to -1 if
authorThomas Wouters <thomas@python.org>
Fri, 31 Mar 2006 22:38:19 +0000 (22:38 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 31 Mar 2006 22:38:19 +0000 (22:38 +0000)
commit2a9a6b0e86320ba0793051f3050034ae4290c764
treeea8e67e7bd8a8cbea8c007e54e126be451af8dd7
parentc90397a7c924355052f1331360502a668bc1e69d
In the fdopen(fd, 'a') case on UNIX, don't try to set fd's flags to -1 if
fcntl() and fdopen() both fail. Will backport.
Modules/posixmodule.c