mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 17:13:24 +08:00
* sys: simplify _getframe * sys: mark positional-only args * sys: fix platform availability * sys: remove settscdump This function is no longer documented in 3.6 and above (and doesn't exist on master, was removed in 4fd64b9a6aba9e6e1a5d). In 3.5 documentation it's mentioned that it's only available if Python was compiled with a special flag: https://docs.python.org/3.5/library/sys.html#sys.settscdump * sys: update whitelists