This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Alexander.Pyhalov, josh.r, movement, nickhendo, pitrou, vstinner
Date 2020-04-24.10:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587722949.52.0.711230996579.issue37790@roundup.psfhosted.org>
In-reply-to
Content
I merged FreeBSD changes:

New changeset 162c567d164b5742c0d1f3f8bd8c8bab9c117cd0 by Victor Stinner in branch 'master':
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
https://github.com/python/cpython/commit/162c567d164b5742c0d1f3f8bd8c8bab9c117cd0

New changeset e6f8abd500751a834b6fff4f107ecbd29f2184fe by Victor Stinner in branch 'master':
bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697)
https://github.com/python/cpython/commit/e6f8abd500751a834b6fff4f107ecbd29f2184fe

Free feel to propose a more generic way to detect when closefrom() function is available ;-) Or just a patch to add "|| defined(sun)".
History
Date User Action Args
2020-04-24 10:09:09vstinnersetrecipients: + vstinner, pitrou, movement, Alexander.Pyhalov, josh.r, nickhendo
2020-04-24 10:09:09vstinnersetmessageid: <1587722949.52.0.711230996579.issue37790@roundup.psfhosted.org>
2020-04-24 10:09:09vstinnerlinkissue37790 messages
2020-04-24 10:09:09vstinnercreate