lp:~spiv/meliae/frame-info

Created by Andrew Bennetts and last modified
Get this branch:
bzr branch lp:~spiv/meliae/frame-info
Only Andrew Bennetts can upload to this branch. If you are Andrew Bennetts please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrew Bennetts
Project:
Meliae
Status:
Merged

Recent revisions

149. By Andrew Bennetts

Untested code to show function name for frame objects.

148. By John A Meinel

Merge the 0.2 branch, open as 0.2.2-dev

147. By John A Meinel

Bring in some fixes to get the test suite clean on Linux.

146. By John A Meinel

CHANGES.txt updates, summarizing the log info.

145. By John A Meinel

Update TODO a bit, since I've actually done some of that work.

144. By John A Meinel

Merge the correct fix for bug #586122.

Don't call PyType_Type.tp_traverse as we can trip an assertion on some debug builds.

143. By John A Meinel

merge a workaround for how some versions of pyrex do their casting.

142. By Gary Poster

(bug #581918) Avoid pre-allocating a very large list during collapse_instance_dicts.

Instead, we use iteritems() and then delete everything at the end.

141. By John A Meinel

Possibly fixes bug #428165.

I suppose it is possible that calling obj.flush()/obj.close() on the python
object doesn't actually flush the underlying FILE* object as gotten by
PyFile_AsFile. Anyway, we'll just call fflush() directly on the FILE handle
we got.

140. By John A Meinel

I think I've worked out the issues with high-bits being set.

Specifically, IDSet did not like to handle unsigned values.

Branch metadata

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

Subscribers