Skip to content

extmod/modasyncio.c: remove push_head, push_sorted, pop_head #10244

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

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

dhalbert
Copy link
Collaborator

Remove deprecated task queue operations. Use the shorter names instead:

  • push_head -> push
  • push_sorted -> push
  • pop_head -> pop

I'm going to make this a draft for now. When adafruit/Adafruit_CircuitPython_asyncio#71 is merged and released, I will update the frozen libraries so we get the new versions and can run the tests.

@dhalbert dhalbert force-pushed the remove-obsolete-task-queue-ops branch from de0d01b to cc4c4fa Compare April 15, 2025 16:56
@dhalbert dhalbert marked this pull request as ready for review April 15, 2025 19:16
@dhalbert dhalbert requested a review from tannewt April 15, 2025 19:17
@dhalbert
Copy link
Collaborator Author

Updated asyncio library and now passes tests. Ready for review.

Copy link

@jepler jepler left a comment

Choose a reason for hiding this comment

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

does what the comment says to do :)

@tannewt tannewt merged commit ef8501e into adafruit:main Apr 16, 2025
615 checks passed
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.

CircuitPython 10: remove obsolete _asyncio task_queue operations
3 participants