Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit 9541b38

Browse files
committed
Initial release of basic python2 binding
This is the first release of a basic out of tree python2 binding. It's not entirely in sync with the python3 (lacks arch_to_personality) but otherwise should behave identically. This binding is not officially supported by LXC upstream as part of 1.0.x nor do we have any plan to include it for any upcoming release. It is just released as a convenience for those who unfortunately can't yet use python3. Thanks to Dwight Engen for the original patchset! Signed-off-by: Stéphane Graber <[email protected]>
0 parents  commit 9541b38

File tree

4 files changed

+2339
-0
lines changed

4 files changed

+2339
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build/*
2+
*.pyc

0 commit comments

Comments
 (0)