enthought / enthought/pywin32-ctypes
question re CREDENTIAL __DO_NOT_USE_ fields in _authentication.py
- Dominant language
- Python
- Stars
- 23
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I was wondering why `_fields_` `AttributeCount` and `Attribute` are prefixed with `__DO_NOT_USE_`?
I have a potential use for setting an attribute on a Credentials Manager entry (to record the encoding used for a password), and was wondering if this `__DO_NOT_USE_` had an back story about what kinds of issues I might be facing in using this feature?
https://github.com/enthought/pywin32-ctypes/blob/2db9303379e3d1714da556e3b58df6864cdd71f9/win32ctypes/core/ctypes/_authentication.py#L26
https://github.com/enthought/pywin32-ctypes/blob/28364ce0ac0d52dda3e4b46d568cd7fab3697074/win32ctypes/core/ctypes/_authentication.py#L36
https://github.com/enthought/pywin32-ctypes/blob/2db9303379e3d1714da556e3b58df6864cdd71f9/win32ctypes/core/ctypes/_authentication.py#L37
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.