mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-103092: Isolate winreg (#103250)
This commit is contained in:
parent
eb5fd31948
commit
d83faf7f1b
5 changed files with 196 additions and 152 deletions
|
@ -1965,9 +1965,6 @@ PyObject _Py_NotImplementedStruct = {
|
|||
1, &_PyNotImplemented_Type
|
||||
};
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
extern PyTypeObject PyHKEY_Type;
|
||||
#endif
|
||||
extern PyTypeObject _Py_GenericAliasIterType;
|
||||
extern PyTypeObject _PyMemoryIter_Type;
|
||||
extern PyTypeObject _PyLineIterator;
|
||||
|
@ -2018,9 +2015,6 @@ static PyTypeObject* static_types[] = {
|
|||
&PyFunction_Type,
|
||||
&PyGen_Type,
|
||||
&PyGetSetDescr_Type,
|
||||
#ifdef MS_WINDOWS
|
||||
&PyHKEY_Type,
|
||||
#endif
|
||||
&PyInstanceMethod_Type,
|
||||
&PyListIter_Type,
|
||||
&PyListRevIter_Type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue