Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jython support #174

Closed
DRMacIver opened this issue Sep 25, 2015 · 1 comment
Closed

Jython support #174

DRMacIver opened this issue Sep 25, 2015 · 1 comment
Labels
meta for wider topics than the software itself new-feature entirely novel capabilities or strategies

Comments

@DRMacIver
Copy link
Member

A couple of people have asked about Jython support and it would be nice to be able to offer it.

I'm currently aware of only a few major issues blocking it:

  1. Jython is one of the platforms that don't support sqlite. See Omit sqlite database implementation when sqlite is not available #173 for details.
  2. Jython has a weird UCS-2 (it says UTF-16 but AIUI it's not) internal text encoding which means that for some codepoints unichr can throw a ValueError.
  3. There are some bugs in py.test's pytester plugin under Jython
  4. Jython triggers my favourite pytz bug in an excitingly novel way.

Basically nothing serious, but it will require a lot of liasing with external projects and attention to detail to get everything working. It would be better if someone who were more interested in Jython than I am picked this up.

@DRMacIver DRMacIver added help-wanted enhancement it's not broken, but we want it to be better labels Sep 25, 2015
@Zac-HD Zac-HD added meta for wider topics than the software itself new-feature entirely novel capabilities or strategies and removed enhancement it's not broken, but we want it to be better help wanted labels Feb 20, 2018
@Zac-HD
Copy link
Member

Zac-HD commented Sep 15, 2018

Jython has been on life support since 2015, and seems more likely to die soon than support Python 3. We'd still be happy to accept patches that improve Jython support, but with no comments here in three years we don't need a dedicated issue.

@Zac-HD Zac-HD closed this as completed Sep 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta for wider topics than the software itself new-feature entirely novel capabilities or strategies
Projects
None yet
Development

No branches or pull requests

2 participants