lp:pypy

Created by Michael Hudson-Doyle and last modified
Get this branch:
bzr branch lp:pypy
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

25687. By afa

Implement the sq_contains slot,
and PyStructSequence objects

25686. By afa

Implement PySequence_Contains

25685. By afa

Much saner approach to memory checks in cpyext:

the issue was that the "leakfinder" is run before our teardown function.
Until I see how to fix this, add an explicit call to "cleanup_references()"
in all tests that need it.

Most of the "render_immortal" hacks have disappeared,
the few ones remaining looks really needed...

25684. By arigo

Merge branch/jit-free-asm. Makes it possible to free the
pieces of assembler and the GC root locations. They are
freed together with the ResumeGuardDescrs when a loop is
thrown away. See comments in r79602.

There are just two leaking places left now (search for 'YYY').

25683. By afa

Implement os.forkpty()

25682. By benjamin

unused import

25681. By fijal

minor update of version (not completely necessary)

25680. By fijal

update docs

25679. By fijal

rst fix

25678. By pedronis

small fixes

Branch metadata

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