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

Make project compatible with python2.7 (GCC-380) #6

Closed
wants to merge 2 commits into from

Conversation

tek-life
Copy link

@tek-life tek-life commented Jul 5, 2024

Currently, most prebuilt cross toolchains don't support python3.6+. To make this plugin more popular, it is meaningful to support python2.7.

Please review it. Ping me freely for any suggestions.

Copy link
Collaborator

@Lapshin Lapshin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tek-life , thanks for contributing!

I started reviewing your changes and found that Python 2 support was dropped in GDB starting with the 13.1 release.

So, I think that in 2024, after more than four years since language dialect support ended, we must admit that everything has its end and move forward by upgrading our software. :)

freertos_gdb/task.py Outdated Show resolved Hide resolved
freertos_gdb/queue.py Outdated Show resolved Hide resolved
Haifeng Li added 2 commits July 8, 2024 11:54
Many prebuilt cross toolchains only support python2.7. So this commit is
to support python2.7. And python3.x is also tested.
@tek-life
Copy link
Author

tek-life commented Jul 8, 2024

@tek-life , thanks for contributing!

I started reviewing your changes and found that Python 2 support was dropped in GDB starting with the 13.1 release.

So, I think that in 2024, after more than four years since language dialect support ended, we must admit that everything has its end and move forward by upgrading our software. :)

Yeah. I agree your point partially. Upgrading the software is one option. But if more python versions are supported, more engineers will get benefits. Right? 😆

@github-actions github-actions bot changed the title Make project compatible with python2.7 Make project compatible with python2.7 (GCC-380) Jul 8, 2024
@tek-life tek-life requested a review from Lapshin July 26, 2024 03:20
@tek-life tek-life closed this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants