0044db1 Remove unneeded arguments from the python_bytecompile function

Authored and Committed by pviktori 2 years ago
    Remove unneeded arguments from the python_bytecompile function
    
    - For depth, use sys.getrecursionlimit()
      - the default from bytecompile2
      - we'll get a RecursionError before it's exceeded, anyway
    - Set real_libdir locally
    
        
file modified
+5 -19