summary refs log tree commit diff
path: root/contrib/graph/graph.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-24Factor acme bits out to a separate file (#5521)Richard van der Hoff3-53/+94
This makes some of the conditional-import hoop-jumping easier.
2019-06-22Drop support for cpu_affinity (#5525)Richard van der Hoff6-74/+2
This has no useful purpose on python3, and is generally a source of confusion.