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 ZackerySpytz, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-06-17.07:17:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560755839.01.0.685425293504.issue37267@roundup.psfhosted.org>
In-reply-to
Content
New changeset 28fca0c422b425a6be43be31add0a5328c16b0b8 by Victor Stinner (Zackery Spytz) in branch 'master':
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
https://github.com/python/cpython/commit/28fca0c422b425a6be43be31add0a5328c16b0b8
History
Date User Action Args
2019-06-17 07:17:19vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, ZackerySpytz
2019-06-17 07:17:19vstinnersetmessageid: <1560755839.01.0.685425293504.issue37267@roundup.psfhosted.org>
2019-06-17 07:17:18vstinnerlinkissue37267 messages
2019-06-17 07:17:18vstinnercreate