harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
246 stars 45 forks source link

Canonicalize paths before using them further #17

Closed harlowja closed 8 years ago

harlowja commented 8 years ago

Check and validate path types before further usage and translate pathlib objects so that they can be used correctly in further interprocess locking code.

Fixes issue #16