diff options
author | Victor Stinner <vstinner@python.org> | 2022-06-02 22:59:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 22:59:57 (GMT) |
commit | 941d7054c1f73aa097bdc4e55ede819c8f123819 (patch) | |
tree | 2ce64d3584520c268d2e71d947efba71cd4d8fdd /Lib/idlelib/pyshell.py | |
parent | 069c96f84ccd302436be180c8628289cc0efa977 (diff) | |
download | cpython-941d7054c1f73aa097bdc4e55ede819c8f123819.zip cpython-941d7054c1f73aa097bdc4e55ede819c8f123819.tar.gz cpython-941d7054c1f73aa097bdc4e55ede819c8f123819.tar.bz2 |
gh-91320: Fix more old-style cast warnings in C++ (#93285)
Use _PyObject_CAST() in the public C API to fix C++ compiler
warnings: "use of old-style cast" (clang -Wold-style-cast).
Diffstat (limited to 'Lib/idlelib/pyshell.py')
0 files changed, 0 insertions, 0 deletions