Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove NoneType redefinition from clinic.py
  • Loading branch information
sobolevn committed Dec 27, 2022
commit 5e421cc7e0ca832e593bbf67e45311cb84ae457c
2 changes: 0 additions & 2 deletions Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import types

from types import *
NoneType = type(None)

# TODO:
#
Expand All @@ -42,7 +41,6 @@

version = '1'

NoneType = type(None)
NO_VARARG = "PY_SSIZE_T_MAX"
CLINIC_PREFIX = "__clinic_"
CLINIC_PREFIXED_ARGS = {"args"}
Expand Down