pythonparser icon indicating copy to clipboard operation
pythonparser copied to clipboard

Release Version with Python 3.6 Support

Open epai opened this issue 6 years ago • 8 comments

Would it be possible to release a new version of pythonparser to PyPI now that Python 3.6 has been added by 0ac31a8? Thanks!

epai avatar May 04 '18 07:05 epai

There is no real 3.6 support, it's mostly stub code. No async, no format strings...

whitequark avatar May 04 '18 11:05 whitequark

Can you please release a new version on PyPI, the master have 49098dee443ebbfe27d75ea3e9604c438e6a2f6c incorporated and this is needed by https://github.com/grumpyhome/grumpy/issues/108 ?

I am "unvendorizing" it on Grumpy. The only failing test with pythonparser PyPI version is about assert repr(42L) == '42L'

alanjds avatar Oct 27 '18 22:10 alanjds

Version 1.2 released

whitequark avatar Oct 29 '18 06:10 whitequark

That said, there's still no "real" 3.6 support, so keeping it open

whitequark avatar Oct 29 '18 06:10 whitequark

Is this still valid? In 1.3 tests pass under Python 3.6 and claim GRAMMAR COVERAGE: 99.93%, but I don't know enough about the issue to interpret that.

clacke avatar Jan 29 '19 20:01 clacke

Or does https://github.com/m-labs/pythonparser/issues/20#issuecomment-386572982 mean that it doesn't bail when it sees Python 3.6, but it only understands a 3.5 subset of the language?

clacke avatar Jan 29 '19 20:01 clacke

Yes. The 3.6 support is a stub.

whitequark avatar Jan 30 '19 04:01 whitequark

Can we get a similar stub for 3.7?

sbourdeauducq avatar Jan 30 '19 04:01 sbourdeauducq