spacepaste

  1.  
  2. [std]
  3. intshortcut = True
  4. optimized_list_getitem = True
  5. withspecialisedtuple = True
  6. [usemodules]
  7. __pypy__ = True
  8. _ast = True
  9. _cffi_backend = True
  10. _codecs = True
  11. _collections = True
  12. _continuation = True
  13. _cppyy = True
  14. _csv = True
  15. _jitlog = True
  16. _lsprof = True
  17. _md5 = True
  18. _minimal_curses = True
  19. _multibytecodec = True
  20. _multiprocessing = True
  21. _pickle_support = True
  22. _posixsubprocess = True
  23. _pypyjson = True
  24. _random = True
  25. _rawffi = True
  26. _socket = True
  27. _sre = True
  28. _string = True
  29. _testing = True
  30. _vmprof = True
  31. _weakref = True
  32. array = True
  33. atexit = True
  34. binascii = True
  35. bz2 = True
  36. cmath = True
  37. cpyext = True
  38. crypt = True
  39. errno = True
  40. faulthandler = True
  41. fcntl = True
  42. gc = True
  43. imp = True
  44. marshal = True
  45. math = True
  46. mmap = True
  47. parser = True
  48. pwd = True
  49. pyexpat = True
  50. pypyjit = True
  51. select = True
  52. signal = True
  53. struct = True
  54. symbol = True
  55. termios = True
  56. thread = True
  57. time = True
  58. token = True
  59. unicodedata = True
  60. zipimport = True
  61. zlib = True
  62. [translation] translate.py configuration:
  63. [translation] [translate]
  64. opt = jit
  65. [translation] translation configuration:
  66. [translation] [translation]
  67. check_str_without_nul = True
  68. continuation = True
  69. gc = incminimark
  70. gcrootfinder = shadowstack
  71. gctransformer = framework
  72. icon = pypy.ico
  73. jit = True
  74. list_comprehension_operations = True
  75. secondaryentrypoints = cpyext,main
  76. shared = True
  77. thread = True
  78. type_system = lltype
  79. withsmallfuncsets = 5
  80.