Skip to content

id() for str stays the same after * 1#2864

Merged
youknowone merged 2 commits into
RustPython:masterfrom
sobolevn:str-mul-1
Aug 12, 2021
Merged

id() for str stays the same after * 1#2864
youknowone merged 2 commits into
RustPython:masterfrom
sobolevn:str-mul-1

Conversation

@sobolevn
Copy link
Copy Markdown
Contributor

Closes #2840

Comment thread vm/src/builtins/pystr.rs Outdated
@youknowone youknowone merged commit 3d66693 into RustPython:master Aug 12, 2021
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.

id(a) != id(a * 1) for tuple, str and bytes

2 participants