Skip to content

Change some sequence components in types from lists to tuples#8945

Merged
JukkaL merged 1 commit intomasterfrom
mem-tuple
Jun 8, 2020
Merged

Change some sequence components in types from lists to tuples#8945
JukkaL merged 1 commit intomasterfrom
mem-tuple

Conversation

@msullivan
Copy link
Copy Markdown
Collaborator

This cuts down on memory a bit by avoiding teh separate allocation
inside lists and by allowing all empty sequences to share the empty
tuple.

This cuts down on memory a bit by avoiding teh separate allocation
inside lists and by allowing all empty sequences to share the empty
tuple.
Copy link
Copy Markdown
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

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

Thanks! Travis CI seems to be stuck somehow.

@JelleZijlstra
Copy link
Copy Markdown
Member

I restarted the Travis build and now it's green.

@JukkaL JukkaL merged commit 109e15d into master Jun 8, 2020
@gvanrossum gvanrossum deleted the mem-tuple branch August 26, 2020 21:24
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.

4 participants