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 Kim.Gräsman
Recipients Kim.Gräsman, brian.curtin, terry.reedy, tim.golden, tim.peters
Date 2013-12-30.15:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388418707.17.0.699182247009.issue18314@psf.upfronthosting.co.za>
In-reply-to
Content
I really needed the well-wishing with regard to buffer sizing :-)

Here's a patch for a couple of fronts:
- Teach os.unlink about junction points
- Introduce _winapi.CreateJunction
- Introduce a new test suite in test_os.py for junction points

I pulled the definition of _REPARSE_DATA_BUFFER out into a new header called winreparse.h.

I'd appreciate critical review of _winapi.CreateJunction to make sure I haven't missed anything. I'm not familiar with the Python/C interop idioms, so I might have missed something wrt arguments/return values handling.

Happy new year!
History
Date User Action Args
2013-12-30 15:51:47Kim.Gräsmansetrecipients: + Kim.Gräsman, tim.peters, terry.reedy, tim.golden, brian.curtin
2013-12-30 15:51:47Kim.Gräsmansetmessageid: <1388418707.17.0.699182247009.issue18314@psf.upfronthosting.co.za>
2013-12-30 15:51:47Kim.Gräsmanlinkissue18314 messages
2013-12-30 15:51:46Kim.Gräsmancreate