OMG. Thanks! I overlooked this message :( I've successfully used ply (ZX Basic compiler, http://zxbasic.net). I froze the version long ago and stayed on py 2.7 until recently. Now I'm porting the project (almost done) to py3.5, and found the parsetab.py is being generated always under py 3.5+ (under py2.7 it works ok). I manage to find the problem, and sent you a pull request. Hope this is ok.
I guess the root cause is related to this change in python 3.3+: https://docs.python.org/3/whatsnew/3.3.html (Hash randomization is switched on by default) Again, thanks for developing PLY :) Regards, J. El miércoles, 22 de abril de 2015, 21:08:50 (UTC+2), [email protected] escribió: > > Hi Everyone, > > A quick announcement. Ply-3.5 has been released. Details at > http://www.dabeaz.com/ply/index.html. Please let me know if you have > any trouble with it. It is mostly a cleanup release that incorporates a > variety of issues submitted to Github along with a few new tricks here and > there. > > Cheers, > Dave > > > > -- You received this message because you are subscribed to the Google Groups "ply-hack" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ply-hack/29460c14-fc24-48a1-bef6-311d7fcb7fe7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
