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 steve.dower
Recipients eryksun, paul.moore, r.david.murray, smernst, steve.dower, tim.golden, zach.ware
Date 2017-04-27.21:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493326876.48.0.970999508272.issue30186@psf.upfronthosting.co.za>
In-reply-to
Content
The approach I used is the correct way to use the function if it's available. If Wine is not supporting this function, it should return NULL from GetProcAddress, not a stub. If the function exists, any error it returns is fatal.

We need the better function for Win10 in order to support paths longer than 260 characters. PathcombineW fails on long paths.
History
Date User Action Args
2017-04-27 21:01:16steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, r.david.murray, zach.ware, eryksun, smernst
2017-04-27 21:01:16steve.dowersetmessageid: <1493326876.48.0.970999508272.issue30186@psf.upfronthosting.co.za>
2017-04-27 21:01:16steve.dowerlinkissue30186 messages
2017-04-27 21:01:16steve.dowercreate