Comment 6 for bug 2060649

Revision history for this message
Robie Basak (racb) wrote : Re: ansible-lint crashes in 24.04

Looks like the upstream changes to wcmatch/pathlib.py can be minimally backported. Something like:

_flavour = posixpath

and

_flavour = ntpath

could be used in PurePosixPath and PureWindowsPath respectively, together with their imports.

This needs testing though.