This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
105,695
Commits
6
Branches
592
Tags
2.6
GiB
cb2cf06b0a
Commit Graph
1 Commits
Author
SHA1
Message
Date
Dong-hee Na
24dc2f8c56
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846)
...
The reverse iterator for empty dictionaries was not handling correctly shared-key dictionaries.
2019-10-19 21:01:08 +01:00