mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue 2408: remove the _types module
It was only used as a helper in types.py to access types (GetSetDescriptorType and MemberDescriptorType), when they can easily be obtained with python code. These expressions even work with Jython. I don't know what the future of the types module is; (cf. discussion in http://bugs.python.org/issue1605 ) at least this change makes it simpler.
This commit is contained in:
parent
24f3c5c646
commit
7adc776ea6
10 changed files with 13 additions and 136 deletions
|
@ -1022,10 +1022,6 @@
|
|||
RelativePath="..\Modules\_struct.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\_typesmodule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\_weakref.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue