Sublime text ships with it’s own embedded python install, with modified modules. A plugin I want to use is seeing some errors that indicate something might be wrong with the ctypes shipped with sublime text on windows. More details here: https://github.com/niosus/test-complete-plugin .
Can anyone confirm that ctypes works correctly for them? Sublime text doesn’t ship with any of these modules: ctypes.test, test, _ctypes_test, or _testcapi. So running the ctypes unit tests (which would be the most preferred way to determine this) isn’t an option.