Skip to content

Conversation

@DavePutz
Copy link
Collaborator

@DavePutz DavePutz commented May 8, 2020

Issue #2812. Raise a NotImplementedError instead of an AttributeError for a missing function for time functions such as time.time() and time.mktime() on platforms that do not support long integers.

DavePutz and others added 4 commits May 8, 2020 15:56
… ints

Fix for Issue #2812. Instead of reporting a missing attribute for functions such as time.time() and time.mktime(); platforms that do not have long integer support will raise a NotImplementedError
@tannewt tannewt added the bug label May 11, 2020
@tannewt tannewt added this to the 5.x.x - Bug Fixes milestone May 11, 2020
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.

Thanks for this! You'll need to merge again for translations and then please make sure your protomatter submodule doesn't change. This PR shouldn't change it.

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.

Thanks for the merge! Looks great.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants