python-cx_Oracle icon indicating copy to clipboard operation
python-cx_Oracle copied to clipboard

Make object types real Python types

Open anthony-tuininga opened this issue 6 years ago • 1 comments

Following up from #231, the suggestion made by @doerwalter was to make object types real Python types so that type(obj) == obj.type. With Python 3.x this is now possible by creating a heap type.

anthony-tuininga avatar Jan 27 '20 21:01 anthony-tuininga

As well, it would be good to make use of python typing to reduce bugs.

pickfire avatar Feb 25 '20 08:02 pickfire