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

Bug in pushing with tuples. Fixes #1066 #1544

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Bug in pushing with tuples. Fixes #1066 #1544

wants to merge 1 commit into from

Conversation

Panya
Copy link
Member

@Panya Panya commented May 24, 2014

Try to fix #1066

@kizu kizu added this to the 0.46 milestone May 31, 2014
@kizu kizu removed this from the 0.46 milestone Jun 3, 2014
@kizu
Copy link
Member

kizu commented Jul 1, 2014

a = (1 2)
push(a, (3 4))
p(a)

right now outputs

1 2 ((3 4))

So, this would work only when pushing in empty list, while pushing to an already existing one would still have the bug.

@iChenLei
Copy link
Member

Any update ? Panya

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

Successfully merging this pull request may close these issues.

None yet

3 participants