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

Drop certain CircuitPython workarounds that are no longer needed #647

Merged
merged 4 commits into from
Oct 30, 2023

Conversation

jepler
Copy link
Collaborator

@jepler jepler commented Sep 22, 2023

  • ndarray_set_value: in CircuitPython 9
  • mp_obj_slice_indices: ditto
  • Use modern MP_REGISTER_MODULE calls: ditto
  • use MP_OBJ_SENTINEL to forward to locals dict (was never necessary?)

 * ndarray_set_value: in CircuitPython 9
 * mp_obj_slice_indices: ditto
 * Use modern MP_REGISTER_MODULE calls: ditto
 * use MP_OBJ_SENTINEL to forward to locals dict (was never necessary?)
@jepler
Copy link
Collaborator Author

jepler commented Sep 22, 2023

This will maybe be suitable to merge once CP's merge of 1.20 is ready. The CP builds are expected to error for now!

jepler added a commit to dhalbert/circuitpython that referenced this pull request Sep 22, 2023
this lets ulab drop several workarounds for circuitpython lagging MP
yay! (v923z/micropython-ulab#647)
@v923z
Copy link
Owner

v923z commented Sep 24, 2023

@jepler It's really up to you. You should just merge this, whenever you see fit.

@jepler jepler marked this pull request as ready for review October 30, 2023 09:07
@jepler jepler merged commit 4bde4ef into master Oct 30, 2023
32 checks passed
@jepler jepler deleted the circuitpython9 branch October 30, 2023 16:09
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.

None yet

2 participants