]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/compiler_recursion.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / crashers / compiler_recursion.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/compiler_recursion.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/compiler_recursion.py
deleted file mode 100644 (file)
index 7f00150..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-"""\r
-The compiler (>= 2.5) recurses happily.\r
-"""\r
-\r
-compile('()'*9**5, '?', 'exec')\r