Skip to content

Commit 2bd7c42

Browse files
committed
Expose misc types we seem to have overlooked over time.
This change ensures that classes with the annotation ExposedType have *actually* been exposed and have *Derived companions where needed. --HG-- extra : amend_source : f122a337e524e58a1c7e1be9a209884848aa5a82
1 parent bb7906b commit 2bd7c42

16 files changed

+7133
-3
lines changed

CoreExposed.includes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ org/python/core/PyMethod.class
3939
org/python/core/PyMethodDescr.class
4040
org/python/core/PyModule.class
4141
org/python/core/PyNone.class
42+
org/python/core/PyNullImporter.class
4243
org/python/core/PyObject.class
4344
org/python/core/PyProperty.class
4445
org/python/core/PySet.class
@@ -56,6 +57,7 @@ org/python/core/PyType.class
5657
org/python/core/PyUnicode.class
5758
org/python/core/PyVersionInfo.class
5859
org/python/core/PyXRange.class
60+
org/python/core/PyXRangeIter.class
5961
org/python/core/WinVersion.class
6062
org/python/core/stringlib/MarkupIterator.class
6163
org/python/core/stringlib/FieldNameIterator.class
@@ -72,6 +74,8 @@ org/python/modules/_io/PyRawIOBase.class
7274
org/python/modules/_io/PyFileIO.class
7375
org/python/modules/_functools/PyPartial.class
7476
org/python/modules/_hashlib$Hash.class
77+
org/python/modules/_json/Encoder.class
78+
org/python/modules/_json/Scanner.class
7579
org/python/modules/bz2/PyBZ2File.class
7680
org/python/modules/bz2/PyBZ2Compressor.class
7781
org/python/modules/bz2/PyBZ2Decompressor.class
@@ -85,6 +89,7 @@ org/python/modules/itertools/dropwhile.class
8589
org/python/modules/itertools/groupby.class
8690
org/python/modules/itertools/ifilterfalse.class
8791
org/python/modules/itertools/ifilter.class
92+
org/python/modules/itertools/imap.class
8893
org/python/modules/itertools/islice.class
8994
org/python/modules/itertools/izip.class
9095
org/python/modules/itertools/izipLongest.class
@@ -99,6 +104,7 @@ org/python/modules/jffi/ByReference.class
99104
org/python/modules/jffi/CData.class
100105
org/python/modules/jffi/CType.class
101106
org/python/modules/jffi/CType$Array.class
107+
org/python/modules/jffi/CType$Custom.class
102108
org/python/modules/jffi/CType$Pointer.class
103109
org/python/modules/jffi/DynamicLibrary.class
104110
org/python/modules/jffi/DynamicLibrary$Symbol.class
@@ -170,6 +176,8 @@ org/python/antlr/ast/Print.class
170176
org/python/antlr/ast/Raise.class
171177
org/python/antlr/ast/Repr.class
172178
org/python/antlr/ast/Return.class
179+
org/python/antlr/ast/Set.class
180+
org/python/antlr/ast/SetComp.class
173181
org/python/antlr/ast/Slice.class
174182
org/python/antlr/ast/Str.class
175183
org/python/antlr/ast/Subscript.class

0 commit comments

Comments
 (0)