Skip to content

Instantly share code, notes, and snippets.

@tirkarthi
Last active February 18, 2020 16:21
Show Gist options
  • Save tirkarthi/fc038c383592344cbb087d16a98515de to your computer and use it in GitHub Desktop.
Save tirkarthi/fc038c383592344cbb087d16a98515de to your computer and use it in GitHub Desktop.
Python 3.8 and 3.9 issues

Do take one issue per person to help others :) Also checkout Fedora tracker for more easy issues : https://bugzilla.redhat.com/show_bug.cgi?id=1785415 . I tried to mark the issues complete but it's more maintenance so sorry if the issue is fixed or already has a PR and is not updated here.

@hugovk
Copy link

hugovk commented Jan 21, 2020

@rec
Copy link

rec commented Jan 22, 2020 via email

@tirkarthi
Copy link
Author

So I have triaged the fedora report as of today and filed around 30 issues upstream and confirmed several fixes in the respective issues in fedora. I also added the project issues there. Click on the "report" word for the issue that should have the source hyperlinked. I am picking up several issues for PR. Just comment here if you are taking a block of issues to avoid rework. Issues updated as below

Thank you all for the contributions!

@hugovk
Copy link

hugovk commented Jan 23, 2020

Can be checked off:
dask/zict#30
Mic92/python-mpd2#108
meejah/txtorcon#341

@tirkarthi
Copy link
Author

I fixed several issues yesterday and checked them off as they have PR. Sorry, I forgot to update here. It seems the fedora tracker is updated daily with new bugs as found so will try and see if there are additional issues that can be added here.

@hugovk
Copy link

hugovk commented Jan 23, 2020

  • confirmed - report - source Bug 1791951 - jpype fails to build with Python 3.9: 'array.array' object has no attribute 'fromstring'

--> PR jpype-project/jpype#572

@hugovk
Copy link

hugovk commented Jan 25, 2020

@rec
Copy link

rec commented Jan 26, 2020 via email

@hugovk
Copy link

hugovk commented Feb 16, 2020

  • Importing ABC from collections module directly was removed in Python 3.9 #285

Can be ticked: the PR for this has been fixed: google/apitools#286

  • Importing ABC directly from collections was removed in Python 3.9 #189

And this: sqlalchemy-redshift/sqlalchemy-redshift#190

  • Importing ABC from collections module directly was removed in Python 3.9 #4

And this: fcurella/cookiejar#4

@tirkarthi
Copy link
Author

Thanks @hugovk for the ping and PRs on the issues. I have updated the gist by reading all the open issues. Unfortunately I am not updating this list anymore due to effort required. Still there are many PRs to make. I am also trying to run some scripts on around 100 repos per week to file issues if found regarding deprecation and syntax warnings.

@tirkarthi
Copy link
Author

As a stat for the gist 51 issues remain open and 64 issues have been resolved :)

@hugovk
Copy link

hugovk commented Feb 18, 2020

You're welcome, and thanks for starting the list and making issues and PRs!

The aforementioned Fedora tracker is a good place for an up-to-date list:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment