Skip to content

Instantly share code, notes, and snippets.

@Zheaoli
Created June 4, 2018 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zheaoli/86b04395748b998ad7d870a927a95aea to your computer and use it in GitHub Desktop.
Save Zheaoli/86b04395748b998ad7d870a927a95aea to your computer and use it in GitHub Desktop.
Python debug information
========================
Py_DEBUG: No (sys.gettotalrefcount() missing)
builtins.float.double_format: IEEE, little-endian
builtins.float.float_format: IEEE, little-endian
locale.encoding: UTF-8
os.cpu_count: 8
os.cwd: /Users/lizheao/.pyenv/cache/Python-3.7.0b5
os.environ[HOME]: /Users/lizheao
os.environ[LC_CTYPE]: en_US.UTF-8
os.environ[PATH]: /Users/lizheao/.rvm/gems/ruby-2.4.1/bin:/Users/lizheao/.rvm/gems/ruby-2.4.1@global/bin:/Users/lizheao/.rvm/rubies/ruby-2.4.1/bin:/Users/lizheao/.pyenv/plugins/pyenv-virtualenv/shims:/Users/lizheao/.pyenv/shims:/Users/lizheao/.pyenv/bin:/usr/local/Cellar/openresty/1.13.6.2/nginx/sbin:/gradle/gradle-4.4.1/bin:/Users/lizheao/Downloads/ad_sdk:/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/share/dotnet:/usr/local/mysql/bin:/Users/lizheao/Downloads/FDK/Tools/osx:/Users/lizheao/.rvm/bin
os.environ[SHELL]: /bin/zsh
os.environ[TERM]: xterm-256color
os.environ[TMPDIR]: /var/folders/d2/p1c5z1fn0jd8xzd1n7hg33yh0000gp/T/
os.gid: 20
os.groups: 20, 12, 61, 79, 80, 81, 98, 33, 100, 204, 250, 395, 398, 399, 701
os.loadavg: (2.3447265625, 3.97607421875, 3.552734375)
os.login: lizheao
os.name: posix
os.supports_bytes_environ: True
os.supports_effective_ids: ['access']
os.supports_fd: ['chdir', 'chmod', 'chown', 'listdir', 'pathconf', 'scandir', 'stat', 'statvfs', 'truncate', 'utime']
os.supports_follow_symlinks: ['access', 'chflags', 'chmod', 'chown', 'link', 'stat', 'utime']
os.uid: 502
os.umask: 022
os.uname: posix.uname_result(sysname='Darwin', nodename='172-12-10-130.lightspeed.mssnks.sbcglobal.net', release='17.5.0', version='Darwin Kernel Version 17.5.0: Fri Apr 13 19:32:32 PDT 2018; root:xnu-4570.51.2~1/RELEASE_X86_64', machine='x86_64')
sys.abiflags: m
sys.api_version: 1013
sys.builtin_module_names: ('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_symtable', '_thread', '_tracemalloc', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time', 'xxsubtype', 'zipimport')
sys.byteorder: little
sys.dont_write_bytecode: False
sys.executable: /Users/lizheao/.pyenv/cache/Python-3.7.0b5/Python.exe
sys.filesystem_encoding: utf-8/surrogateescape
sys.flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0, dev_mode=False, utf8_mode=0)
sys.float_info: sys.float_info(max=1.7976931348623157e+308, max_exp=1024, max_10_exp=308, min=2.2250738585072014e-308, min_exp=-1021, min_10_exp=-307, dig=15, mant_dig=53, epsilon=2.220446049250313e-16, radix=2, rounds=1)
sys.float_repr_style: short
sys.hash_info: sys.hash_info(width=64, modulus=2305843009213693951, inf=314159, nan=0, imag=1000003, algorithm='siphash24', hash_bits=64, seed_bits=128, cutoff=0)
sys.hexversion: 50790581
sys.implementation: namespace(_multiarch='darwin', cache_tag='cpython-37', hexversion=50790581, name='cpython', version=sys.version_info(major=3, minor=7, micro=0, releaselevel='beta', serial=5))
sys.int_info: sys.int_info(bits_per_digit=30, sizeof_digit=4)
sys.maxsize: 9223372036854775807
sys.maxunicode: 1114111
sys.path: ['/Users/lizheao/.pyenv/cache/Python-3.7.0b5', '/usr/local/lib/python37.zip', '/Users/lizheao/.pyenv/cache/Python-3.7.0b5/Lib', '/usr/local/lib/lib-dynload']
sys.platform: darwin
sys.prefix: /usr/local
sys.stderr.encoding: UTF-8/backslashreplace
sys.stdin.encoding: UTF-8/strict
sys.stdout.encoding: UTF-8/strict
sys.thread_info: sys.thread_info(name='pthread', lock='mutex+cond', version=None)
sys.version: 3.7.0b5 (default, Jun 4 2018, 10:52:00) [Clang 9.1.0 (clang-902.0.39.1)]
sys.version_info: sys.version_info(major=3, minor=7, micro=0, releaselevel='beta', serial=5)
time.altzone: -28800
time.daylight: 0
time.get_clock_info(perf_counter): namespace(adjustable=False, implementation='mach_absolute_time()', monotonic=True, resolution=1e-09)
time.get_clock_info(time): namespace(adjustable=True, implementation='clock_gettime(CLOCK_REALTIME)', monotonic=False, resolution=1.0000000000000002e-06)
time.time: 1528084305.000038
time.timezone: -28800
time.tzname: ('CST', 'CST')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment