mirror of
https://github.com/python/cpython.git
synced 2026-01-07 07:52:29 +00:00
Remove NoneType redefinition from clinic.py (#100551)
This commit is contained in:
parent
b3da698952
commit
b0ea28913e
1 changed files with 0 additions and 2 deletions
|
|
@ -27,7 +27,6 @@
|
|||
import types
|
||||
|
||||
from types import *
|
||||
NoneType = type(None)
|
||||
|
||||
# TODO:
|
||||
#
|
||||
|
|
@ -42,7 +41,6 @@
|
|||
|
||||
version = '1'
|
||||
|
||||
NoneType = type(None)
|
||||
NO_VARARG = "PY_SSIZE_T_MAX"
|
||||
CLINIC_PREFIX = "__clinic_"
|
||||
CLINIC_PREFIXED_ARGS = {"args"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue