Skip to content

Commit

Permalink
Expose misc types we seem to have overlooked over time.
Browse files Browse the repository at this point in the history
This change ensures that classes with the annotation ExposedType have
*actually* been exposed and have *Derived companions where needed.

--HG--
extra : amend_source : f122a337e524e58a1c7e1be9a209884848aa5a82
  • Loading branch information
jeff5 committed Sep 24, 2017
1 parent bb7906b commit 2bd7c42
Show file tree
Hide file tree
Showing 16 changed files with 7,133 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CoreExposed.includes
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ org/python/core/PyMethod.class
org/python/core/PyMethodDescr.class
org/python/core/PyModule.class
org/python/core/PyNone.class
org/python/core/PyNullImporter.class
org/python/core/PyObject.class
org/python/core/PyProperty.class
org/python/core/PySet.class
Expand All @@ -56,6 +57,7 @@ org/python/core/PyType.class
org/python/core/PyUnicode.class
org/python/core/PyVersionInfo.class
org/python/core/PyXRange.class
org/python/core/PyXRangeIter.class
org/python/core/WinVersion.class
org/python/core/stringlib/MarkupIterator.class
org/python/core/stringlib/FieldNameIterator.class
Expand All @@ -72,6 +74,8 @@ org/python/modules/_io/PyRawIOBase.class
org/python/modules/_io/PyFileIO.class
org/python/modules/_functools/PyPartial.class
org/python/modules/_hashlib$Hash.class
org/python/modules/_json/Encoder.class
org/python/modules/_json/Scanner.class
org/python/modules/bz2/PyBZ2File.class
org/python/modules/bz2/PyBZ2Compressor.class
org/python/modules/bz2/PyBZ2Decompressor.class
Expand All @@ -85,6 +89,7 @@ org/python/modules/itertools/dropwhile.class
org/python/modules/itertools/groupby.class
org/python/modules/itertools/ifilterfalse.class
org/python/modules/itertools/ifilter.class
org/python/modules/itertools/imap.class
org/python/modules/itertools/islice.class
org/python/modules/itertools/izip.class
org/python/modules/itertools/izipLongest.class
Expand All @@ -99,6 +104,7 @@ org/python/modules/jffi/ByReference.class
org/python/modules/jffi/CData.class
org/python/modules/jffi/CType.class
org/python/modules/jffi/CType$Array.class
org/python/modules/jffi/CType$Custom.class
org/python/modules/jffi/CType$Pointer.class
org/python/modules/jffi/DynamicLibrary.class
org/python/modules/jffi/DynamicLibrary$Symbol.class
Expand Down Expand Up @@ -170,6 +176,8 @@ org/python/antlr/ast/Print.class
org/python/antlr/ast/Raise.class
org/python/antlr/ast/Repr.class
org/python/antlr/ast/Return.class
org/python/antlr/ast/Set.class
org/python/antlr/ast/SetComp.class
org/python/antlr/ast/Slice.class
org/python/antlr/ast/Str.class
org/python/antlr/ast/Subscript.class
Expand Down
Loading

0 comments on commit 2bd7c42

Please sign in to comment.