Re: DeprecationWarning from waf

2025-02-16 Thread James Browning via devel
On Sunday, February 16, 2025 9:26:28 PM Pacific Standard Time Hal Murray via devel wrote: > What does this mean? Is it going to cause us any trouble? > > > /home/murray/ntpsec/raw/./waf:101: DeprecationWarning: Python 3.14 will, > by default, filter extracted tar archives and reject files or mo

DeprecationWarning from waf

2025-02-16 Thread Hal Murray via devel
What does this mean? Is it going to cause us any trouble? /home/murray/ntpsec/raw/./waf:101: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. for x in t: t.extract(x)