-
-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Labels
Description
Describe the bug:
Storing a password with an empty string "" username in windows 64, returns None with python 3.12.
To Reproduce:
All on windows 64, set up an environment with python 3.12 and keyring 24.3.1. Set a password with an empty string username "". Retrieve the password -> None.
Expected behavior
Doing the same thing with python 3.11, the password is retrieved.
Environment
Windows 64
Python 3.12.2
Keyring 24.3.1
Reactions are currently unavailable