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

Use composition rather than inheritance #43

Merged
merged 1 commit into from
Nov 10, 2015
Merged

Use composition rather than inheritance #43

merged 1 commit into from
Nov 10, 2015

Conversation

pbrady
Copy link
Owner

@pbrady pbrady commented Nov 10, 2015

Replace hash_seq with HashedArgs. HashedArgs contains a tuple to use as the key rather than subclassing list. This allows us to remove some code. Doesn't fix #42 yet.

Replace hash_seq with HashedArgs.  HashedArgs contains a tuple to use
as the key rather than subclassing list.  This allows us to remove some code
pbrady added a commit that referenced this pull request Nov 10, 2015
Use composition rather than inheritance
@pbrady pbrady merged commit 43d34ff into master Nov 10, 2015
@pbrady pbrady deleted the tuple branch November 10, 2015 15:54
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.

SymPy RecursionError crashes Python with fastcache installed
1 participant