Transcrypt icon indicating copy to clipboard operation
Transcrypt copied to clipboard

Fixed many python compatiblity issues

Open kochelmonster opened this issue 9 months ago • 1 comments

  • relative import
  • metaclass
  • descriptor protocol
  • id, frozenset, getattr
  • missing modules
  • type and super

kochelmonster avatar Jun 22 '25 19:06 kochelmonster

Thank you for the contribution. There is a lot in here that I'll have to dig through. TBH, I'll likely end up having to cherry pick some of the updates rather than do one massive merge. But, at least based on the commit messages, I'm looking forward to adding some of these features.

Also just so you know, I'm currently in the process of updating the Transcrypt compiler to be compatible with Python 3.13 and any new features will need to be added after that is released.

JennaSys avatar Jun 23 '25 03:06 JennaSys