Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

use object.setattr to bypass check for immutable objects#518

Merged
jmadler merged 1 commit intoPythonCharmers:masterPythonCharmers/python-future:masterfrom
anikamukherji:immutable-causesanikamukherji/python-future:immutable-causesCopy head branch name to clipboard
Oct 24, 2019
Merged

use object.setattr to bypass check for immutable objects#518
jmadler merged 1 commit intoPythonCharmers:masterPythonCharmers/python-future:masterfrom
anikamukherji:immutable-causesanikamukherji/python-future:immutable-causesCopy head branch name to clipboard

Conversation

@anikamukherji
Copy link
Contributor

Using object.setattr will bypass the setattr check in the class of the exception, and execute the setattr on the base class. This will prevent this from throwing TypeErrors when exceptions are from immutable classes.

@jmadler jmadler merged commit 1bbae12 into PythonCharmers:master Oct 24, 2019
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.