===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nuitka-0.6.9.7+ds/nuitka/tree/ReformulationTryExceptStatements.py-67-    # are the "else" blocks of "try"/"except" statements. In order to limit the
nuitka-0.6.9.7+ds/nuitka/tree/ReformulationTryExceptStatements.py:68:    # execution, we use an indicator variable instead, which will signal that
nuitka-0.6.9.7+ds/nuitka/tree/ReformulationTryExceptStatements.py-69-    # the tried block executed up to the end. And then we make the else block be
##############################################
nuitka-0.6.9.7+ds/nuitka/build/static_src/CompiledCodeHelpers.c-1878-    Dl_info where;
nuitka-0.6.9.7+ds/nuitka/build/static_src/CompiledCodeHelpers.c:1879:    int res = dladdr((void *)getDllDirectory, &where);
nuitka-0.6.9.7+ds/nuitka/build/static_src/CompiledCodeHelpers.c-1880-    assert(res != 0);
##############################################
nuitka-0.6.9.7+ds/Changelog.rst-2960-- Standalone: For Linux, BSD and macOS extension modules and shared libraries
nuitka-0.6.9.7+ds/Changelog.rst:2961:  using their own ``$ORIGIN`` to find loaded DLLs resulted in those not being
nuitka-0.6.9.7+ds/Changelog.rst-2962-  included in the distribution.
##############################################
nuitka-0.6.9.7+ds/misc/print-all-sources.sh-19-
nuitka-0.6.9.7+ds/misc/print-all-sources.sh:20:cd `dirname $0`/..
nuitka-0.6.9.7+ds/misc/print-all-sources.sh-21-
##############################################
nuitka-0.6.9.7+ds/README.rst-448-be possible to provide if by setting ``NUITKA_CCACHE_BINARY`` to the full path
nuitka-0.6.9.7+ds/README.rst:449:of the binary, e.g. from ``$CONDA/bin/ccache.exe``. When using Anaconda, it
nuitka-0.6.9.7+ds/README.rst-450-will be picked up automatically.