python / cpython

The Python programming language
https://www.python.org
Other
63.52k stars 30.43k forks source link

fdb import error #126948

Closed ghassenTn closed 1 hour ago

ghassenTn commented 2 hours ago

Bug report

Bug description:

import fdb ImportError: cannot import name 'resetlocale' from 'locale' (/usr/lib/python3.13/locale.py). Did you mean: 'setlocale'?

CPython versions tested on:

3.13

Operating systems tested on:

Linux

clintonroy commented 1 hour ago

https://docs.python.org/3/whatsnew/3.13.html#locale

ghassenTn commented 1 hour ago

solved thanks