8000 esp8266/modutime.c: remove symbol conflicts between time and utime modules by larsks · Pull Request #814 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content

esp8266/modutime.c: remove symbol conflicts between time and utime modules #814

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
May 7, 2018

Conversation

larsks
Copy link
@larsks larsks commented May 7, 2018

this renames symbols in modutime.c so that it no longer conflicts with
the time module. This commit does not enable the utime module; it
simply makes it easier for a local developer to do so.

I understand that there is no intention of including utime in the
CircuitPython build and I'm not suggesting that we do that. I'm only
hoping to make it easier for someone to enable this module if they
require it for micropython compatibility.

I guess the alternative would be to simply remove modutime.c.

…dules

this renames symbols in modutime.c so that it no longer conflicts with
the time module.  This commit does not enable the utime module; it
simply makes it easier for a local developer to do so.
8000
Copy link
Member
@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Works for me. Thanks!

@tannewt tannewt merged commit b0fba28 into adafruit:master May 7, 2018
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
0