[Mesa-dev] [PATCH v2 13/14] anv: use cElementTree in anv_entrypoints_gen.py
Dylan Baker
dylan at pnwbakers.com
Thu Feb 23 18:46:26 UTC 2017
It's written in C rather than pure python and is strictly faster, the
only reason not to use it that it's classes cannot be subclassed.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
src/intel/vulkan/anv_entrypoints_gen.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py
index 7018262..b498176 100644
--- a/src/intel/vulkan/anv_entrypoints_gen.py
+++ b/src/intel/vulkan/anv_entrypoints_gen.py
@@ -26,7 +26,7 @@ import argparse
import functools
import os
import textwrap
-import xml.etree.ElementTree as et
+import xml.etree.cElementTree as et
from mako.template import Template
--
git-series 0.9.0
More information about the mesa-dev
mailing list