You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main point is to remove one not particularly useful customization
point from setup.cfg, and the associated logic in setupext.py.
Minor additional changes in _tkagg.cpp: use METH_VARARGS instead of the
opaque "1" (one can check in Python.h that the values indeed match),
and just use `#ifdef _WIN32` to check for Windows-ness
(`src/file_compat.h` also uses that check so it works).
0 commit comments