node-gyp icon indicating copy to clipboard operation
node-gyp copied to clipboard

node-gyp/test/fixtures/test-charmap.py:11: DeprecationWarning: 'locale.getde faultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.

Open Kreijstal opened this issue 1 year ago • 1 comments

On master branch when doing npm test it seems the test use outdated python apis, leading to errors.

Kreijstal avatar Oct 29 '24 09:10 Kreijstal

Py3.15 will be released in October 2026 so not a massive rush but still good to get this fixed.

cclauss avatar Oct 29 '24 10:10 cclauss