Skip to content

Conversation

grig27
Copy link
Owner

@grig27 grig27 commented Oct 7, 2019

No description provided.

Working around 3.8 bug failing to publish Py_CompileString and PyParse_SimpleParseString.
…d also work with python 3.x. Note that the new wrapper is incomplete and is in response to #74
… for something else. Use bsRichCompare instead of bsCompare Default implementation of RichCompare in TPyObject (moved up from TPyDelphiObject) using the Compare method.
Replaced calls to PyString_FromString with calls to PyString_FromDelphi string Refactored WrapDelphi units
 - Major refactoring and clean-up - In Delhi version newer than XE, enhanced RTTI is used to provide access to methods, fields and properties. So in most cases you no longer need to create wrapping classes. - __published__ property was replaced with the implementation of the __dir__() method, so that you can do for example dir(MainForm) to inspect the methods, fields and properties of MainForm. - Demo 31 has been updated to test/showcase some of the new features.
@grig27 grig27 merged commit e5d4da4 into grig27:master Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants