]> granicus.if.org Git - python/commit
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
authorBenjamin Peterson <benjamin@python.org>
Fri, 29 Dec 2017 21:13:06 +0000 (13:13 -0800)
committerGitHub <noreply@github.com>
Fri, 29 Dec 2017 21:13:06 +0000 (13:13 -0800)
commitbbdb17d19bb1d5443ca4417254e014ad64c04540
treefc518799f5fedc84812666d3994fa19aec5f2f8d
parent03220fdb26c0b6a50ce5ed1fdfbf232094b66db6
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
Doc/library/os.rst
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2017-12-28-21-30-40.bpo-32441.LqlboJ.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c