lp:~mwhudson/pypy/imported-pypy-rdict-refactoring

Created by Michael Hudson-Doyle and last modified
Get this branch:
bzr branch lp:~mwhudson/pypy/imported-pypy-rdict-refactoring
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Hudson-Doyle
Project:
PyPy
Status:
Development

Recent revisions

8977. By arigo

Typo (thanks Ben Young). Quite hard to test because CPython
eats all exceptions in __eq__ called by the dict lookup
algorithm! Bad CPython!

8976. By arigo

Argh! staticmethod() is hashed by identity in CPython. Bad surprize.
Need a custom version...

8975. By arigo

Print the seed used, to allow reproducing a failure.

8974. By arigo

Found the bug in the dict code, detected by test_stress.

8973. By arigo

Branch check-in: this rdict refactoring is mostly done, but
I got a test_stress failure. (I promize a more detailed log
message in the trunk merge.)

8972. By ac

Fix with-statement to match new definition.

8971. By antocuni

Initial commit of the CLI backend

8970. By mwh

add a check that we don't call getcontainernode() on a new container too late.

8969. By mwh

don't use id dictionaries in iterlinks(), itergraphs(), Blocks don't define
__eq__ or __cmp__ so there's no need. Also, not doing so is ever-so-slightly
quicker.

8968. By mwh

small tweaks

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:pypy
This branch contains Public information 
Everyone can see this information.